Uses of Package
org.apache.http.config

Packages that use org.apache.http.config
org.apache.http.config Core configuration APIs. 
org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. 
org.apache.http.impl.bootstrap Embedded server and server bootstrap. 
org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication. 
org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication. 
org.apache.http.impl.nio.codecs Default implementations of message parses and writers for asynchronous, even driven communication. 
org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication. 
org.apache.http.impl.pool Default implementations of client side connection pools for synchronous, blocking communication. 
org.apache.http.io HTTP message parser and writer APIs for synchronous, blocking communication. 
org.apache.http.nio Core HTTP component APIs and primitives for asynchronous, event driven communication. 
org.apache.http.params Deprecated. 
 

Classes in org.apache.http.config used by org.apache.http.config
ConnectionConfig
          HTTP connection configuration.
ConnectionConfig.Builder
           
Lookup
          Generic lookup by low-case string ID.
MessageConstraints
          HTTP Message constraints: line length and header count.
MessageConstraints.Builder
           
Registry
          Generic registry of items keyed by low-case string ID.
RegistryBuilder
          Builder for Registry instances.
SocketConfig
          Socket configuration.
SocketConfig.Builder
           
 

Classes in org.apache.http.config used by org.apache.http.impl
ConnectionConfig
          HTTP connection configuration.
MessageConstraints
          HTTP Message constraints: line length and header count.
 

Classes in org.apache.http.config used by org.apache.http.impl.bootstrap
ConnectionConfig
          HTTP connection configuration.
SocketConfig
          Socket configuration.
 

Classes in org.apache.http.config used by org.apache.http.impl.io
MessageConstraints
          HTTP Message constraints: line length and header count.
 

Classes in org.apache.http.config used by org.apache.http.impl.nio
ConnectionConfig
          HTTP connection configuration.
MessageConstraints
          HTTP Message constraints: line length and header count.
 

Classes in org.apache.http.config used by org.apache.http.impl.nio.codecs
MessageConstraints
          HTTP Message constraints: line length and header count.
 

Classes in org.apache.http.config used by org.apache.http.impl.nio.pool
ConnectionConfig
          HTTP connection configuration.
 

Classes in org.apache.http.config used by org.apache.http.impl.pool
ConnectionConfig
          HTTP connection configuration.
SocketConfig
          Socket configuration.
 

Classes in org.apache.http.config used by org.apache.http.io
MessageConstraints
          HTTP Message constraints: line length and header count.
 

Classes in org.apache.http.config used by org.apache.http.nio
MessageConstraints
          HTTP Message constraints: line length and header count.
 

Classes in org.apache.http.config used by org.apache.http.params
ConnectionConfig
          HTTP connection configuration.
MessageConstraints
          HTTP Message constraints: line length and header count.
SocketConfig
          Socket configuration.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.