Uses of Interface
org.apache.http.HttpConnection
| Package | Description |
|---|---|
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| 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 HttpConnection in org.apache.http
Subinterfaces of HttpConnection in org.apache.http Modifier and Type Interface Description interfaceHttpClientConnectionAn HTTP connection for use on the client side.interfaceHttpInetConnectionAn HTTP connection over the Internet Protocol (IP).interfaceHttpServerConnectionAn HTTP connection for use on the server side. -
Uses of HttpConnection in org.apache.http.conn
Subinterfaces of HttpConnection 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 HttpConnection in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpConnection Modifier and Type Class Description classAbstractHttpClientConnectionAbstract client-side HTTP connection capable of transmitting and receiving data using arbitrarySessionInputBufferandSessionOutputBufferclassAbstractHttpServerConnectionAbstract server-side HTTP connection capable of transmitting and receiving data using arbitrarySessionInputBufferandSessionOutputBufferclassDefaultHttpClientConnectionDefault 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 HttpConnection in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement HttpConnection Modifier and Type Class Description classAbstractClientConnAdapterclassAbstractPooledConnAdapterclassDefaultClientConnectionDefault implementation of an operated client connection.protected classSingleClientConnManager.ConnAdapterThe connection adapter used by this manager.Methods in org.apache.http.impl.conn with parameters of type HttpConnection Modifier and Type Method Description voidIdleConnectionHandler. add(HttpConnection connection, long validDuration, TimeUnit unit)Registers the given connection with this handler.booleanIdleConnectionHandler. remove(HttpConnection connection)Removes the given connection from the list of connections to be closed when idle. -
Uses of HttpConnection in org.apache.http.impl.conn.tsccm
Classes in org.apache.http.impl.conn.tsccm that implement HttpConnection Modifier and Type Class Description classBasicPooledConnAdapterA connection wrapper and callback handler.