Org.Apache.Http.Impl 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 Apache HTTP connections for synchronous, blocking communication.
Classes
| Name | Description |
|---|---|
| AbstractHttpClientConnection |
Provides a base implementation of an HTTP client connection. |
| AbstractHttpServerConnection |
Provides a base implementation of an HTTP server connection. |
| DefaultConnectionReuseStrategy |
Determines whether an HTTP connection can be reused according to the default rules. |
| DefaultHttpClientConnection |
Implements a default HTTP client connection over a socket. |
| DefaultHttpRequestFactory |
Creates HTTP request instances using the default request implementation. |
| DefaultHttpResponseFactory |
Creates HTTP response instances using the default response implementation. |
| DefaultHttpServerConnection |
Implements a default HTTP server connection over a socket. |
| EnglishReasonPhraseCatalog |
Supplies English reason phrases for HTTP status codes. |
| HttpConnectionMetricsImpl |
Tracks transport and message metrics for an HTTP connection. |
| NoConnectionReuseStrategy |
Prevents HTTP connections from being reused. |
| SocketHttpClientConnection |
Implements an HTTP client connection that uses a socket. |
| SocketHttpServerConnection |
Implements an HTTP server connection that uses a socket. |
Remarks
Android Open Source Project source
Portions of this page are derived from Apache HttpCore source code made available by the Apache Software Foundation under the Apache License, Version 2.0.