Uses of Package
org.apache.http.protocol

Packages that use org.apache.http.protocol
org.apache.http The core HTTP components (HttpCore). 
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.nio The core HTTP components based on non-blocking I/O model (HttpCore NIO). 
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
org.apache.http.protocol HTTP protocol execution framework. 
 

Classes in org.apache.http.protocol used by org.apache.http
HttpContext
          HttpCotext represents execution state of an HTTP process.
 

Classes in org.apache.http.protocol used by org.apache.http.impl
HttpContext
          HttpCotext represents execution state of an HTTP process.
 

Classes in org.apache.http.protocol used by org.apache.http.impl.nio
HttpContext
          HttpCotext represents execution state of an HTTP process.
 

Classes in org.apache.http.protocol used by org.apache.http.nio
HttpContext
          HttpCotext represents execution state of an HTTP process.
 

Classes in org.apache.http.protocol used by org.apache.http.nio.protocol
HttpContext
          HttpCotext represents execution state of an HTTP process.
HttpExpectationVerifier
          Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.
HttpProcessor
          HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for.
HttpRequestHandlerResolver
          HttpRequestHandlerResolver can be used to resolve an instance of HttpRequestHandler matching a particular request URI.
 

Classes in org.apache.http.protocol used by org.apache.http.protocol
BasicHttpContext
          Default implementation of HttpContext.
BasicHttpProcessor
          Default implementation of HttpProcessor.
HttpContext
          HttpCotext represents execution state of an HTTP process.
HttpExpectationVerifier
          Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.
HttpProcessor
          HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for.
HttpRequestHandler
          HttpRequestHandler represents a routine for processing of a specific group of HTTP requests.
HttpRequestHandlerResolver
          HttpRequestHandlerResolver can be used to resolve an instance of HttpRequestHandler matching a particular request URI.
HttpRequestInterceptorList
          Provides access to an ordered list of request interceptors.
HttpResponseInterceptorList
          Provides access to an ordered list of response interceptors.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.