Uses of Interface
org.apache.http.nio.protocol.HttpRequestExecutionHandler

Packages that use HttpRequestExecutionHandler
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
 

Uses of HttpRequestExecutionHandler in org.apache.http.nio.protocol
 

Fields in org.apache.http.nio.protocol declared as HttpRequestExecutionHandler
protected  HttpRequestExecutionHandler ThrottlingHttpClientHandler.execHandler
           
protected  HttpRequestExecutionHandler NHttpClientHandlerBase.execHandler
          Deprecated.  
 

Constructors in org.apache.http.nio.protocol with parameters of type HttpRequestExecutionHandler
BufferingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
BufferingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, HttpParams params)
           
NHttpClientHandlerBase(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
          Deprecated.  
ThrottlingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, Executor executor, HttpParams params)
           
ThrottlingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, Executor executor, HttpParams params)
           
 



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