|
|||||||||
Home >> All >> org >> apache >> http >> [ params overview ] | PREV NEXT |
C
- CONNECTION_TIMEOUT - Static variable in class org.apache.http.params.HttpConnectionParams
- Determines the timeout until a connection is etablished.
- CREDENTIAL_CHARSET - Static variable in class org.apache.http.params.HttpProtocolParams
- Defines the charset to be used when encoding credentials.
D
- DATE_PATTERNS - Static variable in class org.apache.http.params.HttpProtocolParams
- The key used to look up the date patterns used for parsing.
G
- getBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
- Returns a java.lang.Boolean parameter value with the given name.
- getConnectionTimeout(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
- Returns the timeout until a connection is etablished.
- getContentCharset(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
- Returns the default charset to be used for writing content body, when no charset explicitly specified.
- getCredentialCharset(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
- Returns the charset to be used for credentials.
- getDefaults() - Method in interface org.apache.http.params.HttpParams
- Returns the parent collection that this collection will defer to for a default value if a particular parameter is not explicitly set in the collection itself
- getDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
- Returns a java.lang.Double parameter value with the given name.
- getHttpElementCharset(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
- Returns the charset to be used for writing HTTP headers.
- getIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
- Returns an java.lang.Integer parameter value with the given name.
- getLinger(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
- Returns linger-on-close timeout.
- getLongParameter(String, long) - Method in interface org.apache.http.params.HttpParams
- Returns a java.lang.Long parameter value with the given name.
- getParameter(String) - Method in interface org.apache.http.params.HttpParams
- Returns a parameter value with the given name.
- getSoTimeout(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
- Returns the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
- getSocketBufferSize(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
- getTcpNoDelay(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
- Tests if Nagle's algorithm is to be used.
- getUserAgent(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
- getVersion(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
- Returns HTTP protocol version to be used per default.
- getVirtualHost(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
- Returns the virtual host name.
H
- HTTP_CONTENT_CHARSET - Static variable in class org.apache.http.params.HttpProtocolParams
- Defines the charset to be used per default for encoding content body.
- HTTP_ELEMENT_CHARSET - Static variable in class org.apache.http.params.HttpProtocolParams
- Defines the charset to be used for encoding HTTP protocol elements.
- HttpConnectionParams - class org.apache.http.params.HttpConnectionParams.
- This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP connection specific parameters.
- HttpConnectionParams() - Constructor for class org.apache.http.params.HttpConnectionParams
- HttpParams - interface org.apache.http.params.HttpParams.
- This interface represents a collection of HTTP protocol parameters.
- HttpProtocolParams - class org.apache.http.params.HttpProtocolParams.
- This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP protocol specific parameters.
- HttpProtocolParams() - Constructor for class org.apache.http.params.HttpProtocolParams
I
- isParameterFalse(String) - Method in interface org.apache.http.params.HttpParams
- Returns true if the parameter is either not set or is false, false otherwise.
- isParameterSet(String) - Method in interface org.apache.http.params.HttpParams
- Returns true if the parameter is set at any level, false otherwise.
- isParameterSetLocally(String) - Method in interface org.apache.http.params.HttpParams
- Returns true if the parameter is set locally, false otherwise.
- isParameterTrue(String) - Method in interface org.apache.http.params.HttpParams
- Returns true if the parameter is set and is true, false otherwise.
- isStaleCheckingEnabled(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
- Tests whether stale connection check is to be used.
M
- MAX_HEADER_COUNT - Static variable in class org.apache.http.params.HttpConnectionParams
- Determines the maximum HTTP header count allowed.
- MAX_LINE_LENGTH - Static variable in class org.apache.http.params.HttpConnectionParams
- Determines the maximum line length limit.
O
- ORIGIN_SERVER - Static variable in class org.apache.http.params.HttpProtocolParams
- Defines the content of the Server header.
- org.apache.http.params - package org.apache.http.params
P
- PROTOCOL_VERSION - Static variable in class org.apache.http.params.HttpProtocolParams
- Defines the HTTP protocol version used per default.
S
- SOCKET_BUFFER_SIZE - Static variable in class org.apache.http.params.HttpConnectionParams
- Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages.
- SO_LINGER - Static variable in class org.apache.http.params.HttpConnectionParams
- Sets SO_LINGER with the specified linger time in seconds.
- SO_TIMEOUT - Static variable in class org.apache.http.params.HttpConnectionParams
- Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
- STALE_CONNECTION_CHECK - Static variable in class org.apache.http.params.HttpConnectionParams
- Determines whether stale connection check is to be used.
- STATUS_LINE_GARBAGE_LIMIT - Static variable in class org.apache.http.params.HttpProtocolParams
- Defines the maximum number of ignorable lines before we expect a HTTP response's status code.
- STRICT_TRANSFER_ENCODING - Static variable in class org.apache.http.params.HttpProtocolParams
- Defines whether responses with an invalid Transfer-Encoding header should be rejected.
- setBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
- Assigns a java.lang.Boolean to the parameter with the given name
- setConnectionTimeout(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
- Sets the timeout until a connection is etablished.
- setContentCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
- Sets the default charset to be used for writing content body, when no charset explicitly specified.
- setCredentialCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
- Sets the charset to be used for writing HTTP headers.
- setDefaults(HttpParams) - Method in interface org.apache.http.params.HttpParams
- Assigns the parent collection that this collection will defer to for a default value if a particular parameter is not explicitly set in the collection itself
- setDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
- Assigns a java.lang.Double to the parameter with the given name
- setHttpElementCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
- Sets the charset to be used for writing HTTP headers.
- setIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
- Assigns an java.lang.Integer to the parameter with the given name
- setLinger(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
- Returns linger-on-close timeout.
- setLongParameter(String, long) - Method in interface org.apache.http.params.HttpParams
- Assigns a java.lang.Long to the parameter with the given name
- setParameter(String, Object) - Method in interface org.apache.http.params.HttpParams
- Assigns the value to the parameter with the given name
- setSoTimeout(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
- Sets the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
- setSocketBufferSize(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
- setStaleCheckingEnabled(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
- Defines whether stale connection check is to be used.
- setTcpNoDelay(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
- Determines whether Nagle's algorithm is to be used.
- setUseExpectContinue(HttpParams, boolean) - Static method in class org.apache.http.params.HttpProtocolParams
- setUserAgent(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
- setVersion(HttpParams, HttpVersion) - Static method in class org.apache.http.params.HttpProtocolParams
- Assigns the HTTP protocol version to be used by the HTTP methods that this collection of parameters applies to.
- setVirtualHost(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
- Sets the virtual host name.
T
- TCP_NODELAY - Static variable in class org.apache.http.params.HttpConnectionParams
- Determines whether Nagle's algorithm is to be used.
U
- USER_AGENT - Static variable in class org.apache.http.params.HttpProtocolParams
- Defines the content of the User-Agent header.
- USE_EXPECT_CONTINUE - Static variable in class org.apache.http.params.HttpProtocolParams
- Activates 'Expect: 100-Continue' handshake for the entity enclosing methods.
- useExpectContinue(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
V
- VIRTUAL_HOST - Static variable in class org.apache.http.params.HttpProtocolParams
- Defines the virtual host name.
C D G H I M O P S T U V
|
|||||||||
Home >> All >> org >> apache >> http >> [ params overview ] | PREV NEXT |