Interface AllClientPNames
- All Superinterfaces:
AuthPNames, ClientPNames, ConnConnectionPNames, ConnManagerPNames, ConnRoutePNames, CookieSpecPNames, CoreConnectionPNames, CoreProtocolPNames
@Deprecated
public interface AllClientPNames
extends CoreConnectionPNames, CoreProtocolPNames, ClientPNames, AuthPNames, CookieSpecPNames, ConnConnectionPNames, ConnManagerPNames, ConnRoutePNames
Deprecated.
Collected parameter names for the HttpClient module.
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.
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.
- Since:
- 4.0
-
Field Summary
Fields inherited from interface AuthPNames
CREDENTIAL_CHARSET, PROXY_AUTH_PREF, TARGET_AUTH_PREFFields inherited from interface ClientPNames
ALLOW_CIRCULAR_REDIRECTS, CONN_MANAGER_TIMEOUT, CONNECTION_MANAGER_FACTORY_CLASS_NAME, COOKIE_POLICY, DEFAULT_HEADERS, DEFAULT_HOST, HANDLE_AUTHENTICATION, HANDLE_REDIRECTS, MAX_REDIRECTS, REJECT_RELATIVE_REDIRECT, VIRTUAL_HOSTFields inherited from interface ConnConnectionPNames
MAX_STATUS_LINE_GARBAGEFields inherited from interface ConnManagerPNames
MAX_CONNECTIONS_PER_ROUTE, MAX_TOTAL_CONNECTIONS, TIMEOUTFields inherited from interface ConnRoutePNames
DEFAULT_PROXY, FORCED_ROUTE, LOCAL_ADDRESSFields inherited from interface CookieSpecPNames
DATE_PATTERNS, SINGLE_COOKIE_HEADERFields inherited from interface CoreConnectionPNames
CONNECTION_TIMEOUT, MAX_HEADER_COUNT, MAX_LINE_LENGTH, MIN_CHUNK_LIMIT, SO_KEEPALIVE, SO_LINGER, SO_REUSEADDR, SO_TIMEOUT, SOCKET_BUFFER_SIZE, STALE_CONNECTION_CHECK, TCP_NODELAY
RequestConfig,ConnectionConfig,SocketConfig