public class ConnectionConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
ConnectionConfiguration(boolean isSecured) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIdleTimeout() |
int |
getOutputBufferSize(int defaultOutputBufferSize) |
protected java.lang.String |
getProperty(java.lang.String name,
java.lang.String defaultValue) |
int |
getRequestBufferSize() |
int |
getRequestHeaderSize() |
int |
getResponseHeaderSize() |
boolean |
isRelativeRedirectAllowed() |
boolean |
isSecure() |
public boolean isSecure()
public int getRequestHeaderSize()
public int getRequestBufferSize()
public int getResponseHeaderSize()
public int getOutputBufferSize(int defaultOutputBufferSize)
public int getIdleTimeout()
public boolean isRelativeRedirectAllowed()
protected java.lang.String getProperty(java.lang.String name,
java.lang.String defaultValue)