Uses of Interface
org.apache.http.util.concurrent.Executor

Packages that use Executor
org.apache.http.nio.protocol   
 

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

Fields in org.apache.http.nio.protocol declared as Executor
protected  Executor ThrottlingHttpServiceHandler.executor
           
protected  Executor ThrottlingHttpClientHandler.executor
           
 

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



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