Uses of Interface
org.apache.http.HttpInetConnection
| Package | Description |
|---|---|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
| org.apache.http.impl.conn | |
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
-
Uses of HttpInetConnection in org.apache.http.conn
Subinterfaces of HttpInetConnection in org.apache.http.conn Modifier and Type Interface Description interfaceManagedClientConnectionA client-side connection with advanced connection logic.interfaceOperatedClientConnectionA client-side connection that relies on outside logic to connect sockets to the appropriate hosts. -
Uses of HttpInetConnection in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpInetConnection Modifier and Type Class Description classDefaultHttpClientConnectionDefault implementation of a client-side HTTP connection.classDefaultHttpServerConnectionDefault implementation of a server-side HTTP connection.classSocketHttpClientConnectionImplementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.classSocketHttpServerConnectionImplementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. -
Uses of HttpInetConnection in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement HttpInetConnection Modifier and Type Class Description classAbstractClientConnAdapterclassAbstractPooledConnAdapterclassDefaultClientConnectionDefault implementation of an operated client connection.protected classSingleClientConnManager.ConnAdapterThe connection adapter used by this manager. -
Uses of HttpInetConnection in org.apache.http.impl.conn.tsccm
Classes in org.apache.http.impl.conn.tsccm that implement HttpInetConnection Modifier and Type Class Description classBasicPooledConnAdapterA connection wrapper and callback handler.