Uses of Package
org.apache.http.impl
| Package | Description |
|---|---|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
| org.apache.http.impl.conn |
-
Classes in org.apache.http.impl used by org.apache.http.impl Class Description AbstractHttpClientConnection Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrarySessionInputBufferandSessionOutputBufferAbstractHttpServerConnection Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrarySessionInputBufferandSessionOutputBufferEnglishReasonPhraseCatalog English reason phrases for HTTP status codes.SocketHttpClientConnection Implementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.SocketHttpServerConnection Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. -
Classes in org.apache.http.impl used by org.apache.http.impl.conn Class Description AbstractHttpClientConnection Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrarySessionInputBufferandSessionOutputBufferSocketHttpClientConnection Implementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.