Package org.apache.http.nio.protocol

Non-blocking HTTP protocol execution framework.

See:
          Description

Interface Summary
EventListener Deprecated. do not use
HttpAsyncClientExchangeHandler<T>  
HttpAsyncContinueTrigger  
HttpAsyncExpectationVerifier  
HttpAsyncRequestConsumer<T>  
HttpAsyncRequestHandler<T>  
HttpAsyncRequestHandlerResolver HttpAsyncRequestHandlerResolver can be used to resolve an instance of HttpAsyncRequestHandler matching a particular request URI.
HttpAsyncRequestProducer  
HttpAsyncResponseConsumer<T>  
HttpAsyncResponseProducer  
HttpAsyncResponseTrigger  
HttpRequestExecutionHandler Deprecated. use HttpAsyncClientProtocolHandler and HttpAsyncRequestExecutor
NHttpRequestExecutionHandler Deprecated. use HttpAsyncClientProtocolHandler and HttpAsyncRequestExecutor
NHttpRequestHandler Deprecated. use HttpAsyncRequestHandler
NHttpRequestHandlerResolver Deprecated. use HttpAsyncRequestHandlerResolver
NHttpResponseTrigger Deprecated. use HttpAsyncResponseTrigger
 

Class Summary
AbstractAsyncRequestConsumer<T>  
AbstractAsyncResponseConsumer<T>  
AsyncNHttpClientHandler Deprecated. use HttpAsyncClientProtocolHandler and HttpAsyncRequestExecutor
AsyncNHttpClientHandler.ClientConnState  
AsyncNHttpServiceHandler Deprecated. use HttpAsyncServiceHandler
AsyncNHttpServiceHandler.ServerConnState  
BasicAsyncRequestConsumer  
BasicAsyncRequestProducer  
BasicAsyncResponseConsumer  
BasicAsyncResponseProducer  
BufferingAsyncRequestHandler  
BufferingHttpClientHandler Deprecated. use HttpAsyncClientProtocolHandler and HttpAsyncRequestExecutor
BufferingHttpServiceHandler Deprecated. use HttpAsyncServiceHandler
HttpAsyncClientProtocolHandler  
HttpAsyncRequestExecutor  
HttpAsyncRequestHandlerRegistry Maintains a map of HTTP request handlers keyed by a request URI pattern.
HttpAsyncServiceHandler  
NHttpHandlerBase Deprecated. do not use
NHttpRequestHandlerRegistry Deprecated. use HttpAsyncRequestHandlerRegistry
SimpleNHttpRequestHandler Deprecated. use BufferingAsyncRequestHandler
ThrottlingHttpClientHandler Deprecated. use HttpAsyncClientProtocolHandler and HttpAsyncRequestExecutor
ThrottlingHttpServiceHandler Deprecated. use HttpAsyncServiceHandler
 

Package org.apache.http.nio.protocol Description

Non-blocking HTTP protocol execution framework. This package contains protocol handler implementations based on NIO model.



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.