| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contract | |
|---|---|
| org.apache.http | Core HTTP component APIs and primitives. | 
| org.apache.http.config | Core configuration APIs. | 
| org.apache.http.entity | Core HTTP entity implementations. | 
| org.apache.http.impl | Default implementations of HTTP connections for synchronous, blocking communication. | 
| org.apache.http.impl.entity | Default implementations of entity content strategies. | 
| org.apache.http.impl.io | Default implementations of message parses and writers for synchronous, blocking communication. | 
| org.apache.http.impl.pool | Default implementations of client side connection pools for synchronous, blocking communication. | 
| org.apache.http.message | Core HTTP message components, message element parser and writer APIs and their default implementations. | 
| org.apache.http.params | Deprecated. | 
| org.apache.http.pool | Client side connection pools APIs for synchronous, blocking communication. | 
| org.apache.http.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. | 
| Uses of Contract in org.apache.http | 
|---|
| Classes in org.apache.http with annotations of type Contract | |
|---|---|
|  class | HttpHostHolds all of the variables needed to describe an HTTP connection to a host. | 
|  class | HttpVersionRepresents an HTTP version. | 
|  class | ProtocolVersionRepresents a protocol version. | 
| Uses of Contract in org.apache.http.config | 
|---|
| Classes in org.apache.http.config with annotations of type Contract | |
|---|---|
|  class | ConnectionConfigHTTP connection configuration. | 
|  class | Registry<I>Generic registry of items keyed by low-case string ID. | 
|  class | SocketConfigSocket configuration. | 
| Uses of Contract in org.apache.http.entity | 
|---|
| Classes in org.apache.http.entity with annotations of type Contract | |
|---|---|
|  class | ContentTypeContent type information consisting of a MIME type and an optional charset. | 
| Uses of Contract in org.apache.http.impl | 
|---|
| Classes in org.apache.http.impl with annotations of type Contract | |
|---|---|
|  class | DefaultBHttpClientConnectionFactoryDefault factory for HttpClientConnections. | 
|  class | DefaultBHttpServerConnectionFactoryDefault factory for HttpServerConnections. | 
|  class | DefaultConnectionReuseStrategyDefault implementation of a strategy deciding about connection re-use. | 
|  class | DefaultHttpRequestFactoryDefault factory for creating HttpRequestobjects. | 
|  class | DefaultHttpResponseFactoryDefault factory for creating HttpResponseobjects. | 
|  class | EnglishReasonPhraseCatalogEnglish reason phrases for HTTP status codes. | 
|  class | NoConnectionReuseStrategyA strategy that never re-uses a connection. | 
| Uses of Contract in org.apache.http.impl.entity | 
|---|
| Classes in org.apache.http.impl.entity with annotations of type Contract | |
|---|---|
|  class | DisallowIdentityContentLengthStrategyDecorator for ContentLengthStrategyimplementations that disallows the use of
 identity transfer encoding. | 
|  class | EntityDeserializerDeprecated. (4.3) use BHttpConnectionBase | 
|  class | EntitySerializerDeprecated. (4.3) use BHttpConnectionBase | 
|  class | LaxContentLengthStrategyThe lax implementation of the content length strategy. | 
|  class | StrictContentLengthStrategyThe strict implementation of the content length strategy. | 
| Uses of Contract in org.apache.http.impl.io | 
|---|
| Classes in org.apache.http.impl.io with annotations of type Contract | |
|---|---|
|  class | DefaultHttpRequestParserFactoryDefault factory for request message parsers. | 
|  class | DefaultHttpRequestWriterFactoryDefault factory for request message writers. | 
|  class | DefaultHttpResponseParserFactoryDefault factory for response message parsers. | 
|  class | DefaultHttpResponseWriterFactoryDefault factory for response message writers. | 
| Uses of Contract in org.apache.http.impl.pool | 
|---|
| Classes in org.apache.http.impl.pool with annotations of type Contract | |
|---|---|
|  class | BasicConnFactoryA very basic ConnFactoryimplementation that createsHttpClientConnectioninstances given aHttpHostinstance. | 
|  class | BasicConnPoolA very basic ConnPoolimplementation that
 represents a pool of blockingHttpClientConnectionconnections
 identified by anHttpHostinstance. | 
|  class | BasicPoolEntryA very basic PoolEntryimplementation that represents an entry
 in a pool of blockingHttpClientConnections identified by
 anHttpHostinstance. | 
| Uses of Contract in org.apache.http.message | 
|---|
| Classes in org.apache.http.message with annotations of type Contract | |
|---|---|
|  class | BasicHeaderImplements a basic Header. | 
|  class | BasicHeaderValueFormatterBasic implementation for formatting header value elements. | 
|  class | BasicHeaderValueParserBasic implementation for parsing header values into elements. | 
|  class | BasicLineFormatterInterface for formatting elements of the HEAD section of an HTTP message. | 
|  class | BasicLineParserBasic parser for lines in the head section of an HTTP message. | 
|  class | BasicNameValuePairBasic implementation of NameValuePair. | 
|  class | BasicRequestLineBasic implementation of RequestLine. | 
|  class | BasicStatusLineBasic implementation of StatusLine | 
|  class | TokenParserLow level parser for header field elements. | 
| Uses of Contract in org.apache.http.params | 
|---|
| Classes in org.apache.http.params with annotations of type Contract | |
|---|---|
|  class | BasicHttpParamsDeprecated. (4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config' | 
|  class | SyncBasicHttpParamsDeprecated. (4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config' | 
| Uses of Contract in org.apache.http.pool | 
|---|
| Classes in org.apache.http.pool with annotations of type Contract | |
|---|---|
|  class | AbstractConnPool<T,C,E extends PoolEntry<T,C>>Abstract synchronous (blocking) pool of connections. | 
|  class | PoolEntry<T,C>Pool entry containing a pool connection object along with its route. | 
|  class | PoolStatsPool statistics. | 
| Uses of Contract in org.apache.http.protocol | 
|---|
| Classes in org.apache.http.protocol with annotations of type Contract | |
|---|---|
|  class | BasicHttpContextDefault implementation of HttpContext. | 
|  class | HttpDateGeneratorGenerates a date in the format required by the HTTP protocol. | 
|  class | HttpRequestExecutorHttpRequestExecutoris a client side HTTP protocol handler based
 on the blocking (classic) I/O model. | 
|  class | HttpRequestHandlerRegistryDeprecated. (4.3) use UriHttpRequestHandlerMapper | 
|  class | HttpServiceHttpServiceis a server side HTTP protocol handler based on
 the classic (blocking) I/O model. | 
|  class | ImmutableHttpProcessorImmutable HttpProcessor. | 
|  class | RequestConnControlRequestConnControl is responsible for adding Connectionheader
 to the outgoing requests, which is essential for managing persistence ofHTTP/1.0connections. | 
|  class | RequestContentRequestContent is the most important interceptor for outgoing requests. | 
|  class | RequestDateRequestDate interceptor is responsible for adding Dateheader
 to the outgoing requests This interceptor is optional for client side
 protocol processors. | 
|  class | RequestExpectContinueRequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expectheader. | 
|  class | RequestTargetHostRequestTargetHost is responsible for adding Hostheader. | 
|  class | RequestUserAgentRequestUserAgent is responsible for adding User-Agentheader. | 
|  class | ResponseConnControlResponseConnControl is responsible for adding Connectionheader
 to the outgoing responses, which is essential for managing persistence ofHTTP/1.0connections. | 
|  class | ResponseContentResponseContent is the most important interceptor for outgoing responses. | 
|  class | ResponseDateResponseDate is responsible for adding Dateheader to the
 outgoing responses. | 
|  class | ResponseServerResponseServer is responsible for adding Serverheader. | 
|  class | UriHttpRequestHandlerMapperMaintains a map of HTTP request handlers keyed by a request URI pattern. | 
|  class | UriPatternMatcher<T>Maintains a map of objects keyed by a request URI pattern. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||