| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpConnection | |
|---|---|
| org.apache.http | Core HTTP component APIs and primitives. | 
| org.apache.http.impl | Default implementations of HTTP connections for synchronous, blocking communication. | 
| org.apache.http.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. | 
| Uses of HttpConnection in org.apache.http | 
|---|
| Classes in org.apache.http with type parameters of type HttpConnection | |
|---|---|
|  interface | HttpConnectionFactory<T extends HttpConnection>Factory for HttpConnectioninstances. | 
| Subinterfaces of HttpConnection in org.apache.http | |
|---|---|
|  interface | HttpClientConnectionA client-side HTTP connection, which can be used for sending requests and receiving responses. | 
|  interface | HttpInetConnectionAn HTTP connection over the Internet Protocol (IP). | 
|  interface | HttpServerConnectionA server-side HTTP connection, which can be used for receiving requests and sending responses. | 
| Uses of HttpConnection in org.apache.http.impl | 
|---|
| Classes in org.apache.http.impl that implement HttpConnection | |
|---|---|
|  class | AbstractHttpClientConnectionDeprecated. (4.3) use DefaultBHttpClientConnection | 
|  class | AbstractHttpServerConnectionDeprecated. (4.3) use DefaultBHttpServerConnection | 
|  class | BHttpConnectionBaseThis class serves as a base for all HttpConnectionimplementations
 and provides functionality common to both client and server HTTP connections. | 
|  class | DefaultBHttpClientConnectionDefault implementation of HttpClientConnection. | 
|  class | DefaultBHttpServerConnectionDefault implementation of HttpServerConnection. | 
|  class | DefaultHttpClientConnectionDeprecated. (4.3) use DefaultBHttpClientConnection | 
|  class | DefaultHttpServerConnectionDeprecated. (4.3) use DefaultBHttpServerConnection | 
|  class | SocketHttpClientConnectionDeprecated. (4.3) use DefaultBHttpClientConnection | 
|  class | SocketHttpServerConnectionDeprecated. Do not use. | 
| Uses of HttpConnection in org.apache.http.protocol | 
|---|
| Methods in org.apache.http.protocol with type parameters of type HttpConnection | ||
|---|---|---|
| 
 | HttpCoreContext.getConnection(Class<T> clazz) | |
| Methods in org.apache.http.protocol that return HttpConnection | |
|---|---|
|  HttpConnection | HttpCoreContext.getConnection() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||