| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketConfig | |
|---|---|
| org.apache.http.config | Core configuration APIs. | 
| org.apache.http.impl.bootstrap | Embedded server and server bootstrap. | 
| org.apache.http.impl.pool | Default implementations of client side connection pools for synchronous, blocking communication. | 
| org.apache.http.params | Deprecated. | 
| Uses of SocketConfig in org.apache.http.config | 
|---|
| Fields in org.apache.http.config declared as SocketConfig | |
|---|---|
| static SocketConfig | SocketConfig.DEFAULT | 
| Methods in org.apache.http.config that return SocketConfig | |
|---|---|
|  SocketConfig | SocketConfig.Builder.build() | 
| protected  SocketConfig | SocketConfig.clone() | 
| Methods in org.apache.http.config with parameters of type SocketConfig | |
|---|---|
| static SocketConfig.Builder | SocketConfig.copy(SocketConfig config) | 
| Uses of SocketConfig in org.apache.http.impl.bootstrap | 
|---|
| Methods in org.apache.http.impl.bootstrap with parameters of type SocketConfig | |
|---|---|
|  ServerBootstrap | ServerBootstrap.setSocketConfig(SocketConfig socketConfig)Sets socket configuration. | 
| Uses of SocketConfig in org.apache.http.impl.pool | 
|---|
| Constructors in org.apache.http.impl.pool with parameters of type SocketConfig | |
|---|---|
| BasicConnFactory(int connectTimeout,
                 SocketConfig sconfig,
                 ConnectionConfig cconfig) | |
| BasicConnFactory(SocketConfig sconfig,
                 ConnectionConfig cconfig) | |
| BasicConnFactory(SocketFactory plainfactory,
                 SSLSocketFactory sslfactory,
                 int connectTimeout,
                 SocketConfig sconfig,
                 ConnectionConfig cconfig) | |
| BasicConnPool(SocketConfig sconfig,
              ConnectionConfig cconfig) | |
| Uses of SocketConfig in org.apache.http.params | 
|---|
| Methods in org.apache.http.params that return SocketConfig | |
|---|---|
| static SocketConfig | HttpParamConfig.getSocketConfig(HttpParams params)Deprecated. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||