• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
AllClientPNames Interface Reference

Collected parameter names for the HttpClient module. More...

Inheritance diagram for AllClientPNames:
CoreConnectionPNames CoreProtocolPNames ClientPNames CookieSpecPNames ConnConnectionPNames ConnManagerPNames ConnRoutePNames

Description

This interface combines the parameter definitions of the HttpClient module and all dependency modules or informational units. It does not define additional parameter names, but references other interfaces defining parameter names.
This interface is meant as a navigation aid for developers. When referring to parameter names, you should use the interfaces in which the respective constants are actually defined.

Version
Revision
576078
Since
4.0

Notice

The following notice applies to the original API on which this API is based, and to its documentation. The documentation of this API has been revised from the original.

/*
 * Copyright (C) 2006 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

Additional Inherited Members

- Static Public Attributes inherited from CoreConnectionPNames
static final String SO_TIMEOUT = "http.socket.timeout"
 Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data. More...
 
static final String TCP_NODELAY = "http.tcp.nodelay"
 Determines whether Nagle's algorithm is to be used. More...
 
static final String SOCKET_BUFFER_SIZE = "http.socket.buffer-size"
 Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages. More...
 
static final String SO_LINGER = "http.socket.linger"
 Sets SO_LINGER with the specified linger time in seconds. More...
 
static final String CONNECTION_TIMEOUT = "http.connection.timeout"
 Determines the timeout until a connection is etablished. More...
 
static final String STALE_CONNECTION_CHECK = "http.connection.stalecheck"
 Determines whether stale connection check is to be used. More...
 
static final String MAX_LINE_LENGTH = "http.connection.max-line-length"
 Determines the maximum line length limit. More...
 
static final String MAX_HEADER_COUNT = "http.connection.max-header-count"
 Determines the maximum HTTP header count allowed. More...
 
- Static Public Attributes inherited from CoreProtocolPNames
static final String PROTOCOL_VERSION = "http.protocol.version"
 Defines the protocol version used per default. More...
 
static final String HTTP_ELEMENT_CHARSET = "http.protocol.element-charset"
 Defines the charset to be used for encoding HTTP protocol elements. More...
 
static final String HTTP_CONTENT_CHARSET = "http.protocol.content-charset"
 Defines the charset to be used per default for encoding content body. More...
 
static final String USER_AGENT = "http.useragent"
 Defines the content of the User-Agent header. More...
 
static final String ORIGIN_SERVER = "http.origin-server"
 Defines the content of the Server header. More...
 
static final String STRICT_TRANSFER_ENCODING = "http.protocol.strict-transfer-encoding"
 Defines whether responses with an invalid Transfer-Encoding header should be rejected. More...
 
static final String USE_EXPECT_CONTINUE = "http.protocol.expect-continue"
 
static final String WAIT_FOR_CONTINUE = "http.protocol.wait-for-continue"
 
- Static Public Attributes inherited from ClientPNames
static final String CONNECTION_MANAGER_FACTORY_CLASS_NAME = "http.connection-manager.factory-class-name"
 Defines the class name of the default com.good.gd.apache.http.conn.ClientConnectionManager. More...
 
static final String CONNECTION_MANAGER_FACTORY = "http.connection-manager.factory-object"
 Defines the factory to create a default com.good.gd.apache.http.conn.ClientConnectionManager. More...
 
static final String HANDLE_REDIRECTS = "http.protocol.handle-redirects"
 Defines whether redirects should be handled automatically. More...
 
static final String REJECT_RELATIVE_REDIRECT = "http.protocol.reject-relative-redirect"
 Defines whether relative redirects should be rejected. More...
 
static final String MAX_REDIRECTS = "http.protocol.max-redirects"
 Defines the maximum number of redirects to be followed. More...
 
static final String ALLOW_CIRCULAR_REDIRECTS = "http.protocol.allow-circular-redirects"
 Defines whether circular redirects (redirects to the same location) should be allowed. More...
 
static final String HANDLE_AUTHENTICATION = "http.protocol.handle-authentication"
 Defines whether authentication should be handled automatically. More...
 
static final String COOKIE_POLICY = "http.protocol.cookie-policy"
 Defines the name of the cookie specification to be used for HTTP state management. More...
 
static final String VIRTUAL_HOST = "http.virtual-host"
 Defines the virtual host name. More...
 
static final String DEFAULT_HEADERS = "http.default-headers"
 Defines the request headers to be sent per default with each request. More...
 
static final String DEFAULT_HOST = "http.default-host"
 Defines the default host. More...
 
- Static Public Attributes inherited from ConnConnectionPNames
static final String MAX_STATUS_LINE_GARBAGE = "http.connection.max-status-line-garbage"
 Defines the maximum number of ignorable lines before we expect a HTTP response's status line. More...
 
- Static Public Attributes inherited from ConnManagerPNames
static final String TIMEOUT = "http.conn-manager.timeout"
 Defines the timeout in milliseconds used when retrieving an instance of com.good.gd.apache.http.conn.ManagedClientConnection from the com.good.gd.apache.http.conn.ClientConnectionManager. More...
 
static final String MAX_CONNECTIONS_PER_ROUTE = "http.conn-manager.max-per-route"
 Defines the maximum number of connections per route. More...
 
static final String MAX_TOTAL_CONNECTIONS = "http.conn-manager.max-total"
 Defines the maximum number of connections in total. More...
 
- Static Public Attributes inherited from ConnRoutePNames
static final String DEFAULT_PROXY = "http.route.default-proxy"
 Parameter for the default proxy. More...
 
static final String LOCAL_ADDRESS = "http.route.local-address"
 Parameter for the local address. More...
 
static final String FORCED_ROUTE = "http.route.forced-route"
 Parameter for an forced route. More...