Org.Apache.Http.Impl.Conn Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides default implementations of client connection management functions.
Classes
| Name | Description |
|---|---|
| AbstractClientConnAdapter |
Abstract adapter from operated to managed client connections. |
| AbstractPooledConnAdapter |
Abstract adapter from pool entries to managed client connections. |
| AbstractPoolEntry |
A pool entry for use by connection manager implementations. |
| DefaultClientConnection |
Default implementation of an operated client connection. |
| DefaultClientConnectionOperator |
Default implementation of a |
| DefaultHttpRoutePlanner |
Default implementation of an |
| DefaultResponseParser | |
| IdleConnectionHandler |
A helper class for connection managers to track idle connections. |
| LoggingSessionInputBuffer |
Logs all data read to the wire log. |
| LoggingSessionOutputBuffer |
Logs all data written to the wire log. |
| ProxySelectorRoutePlanner |
Default implementation of an |
| SingleClientConnManager |
A connection manager for a single connection. |
| SingleClientConnManager.ConnAdapter |
The connection adapter used by this manager. |
| SingleClientConnManager.PoolEntry |
The pool entry for this connection manager. |
| Wire |
Logs data to the wire log. |
Remarks
Android Open Source Project source
Portions of this page are derived from Apache HttpClient source code made available by the Apache Software Foundation under the Apache License, Version 2.0.