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

Packages that use NHttpRequestExecutionHandler
org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. 
 

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

Fields in org.apache.http.nio.protocol declared as NHttpRequestExecutionHandler
protected  NHttpRequestExecutionHandler AsyncNHttpClientHandler.execHandler
          Deprecated.  
 

Constructors in org.apache.http.nio.protocol with parameters of type NHttpRequestExecutionHandler
AsyncNHttpClientHandler(HttpProcessor httpProcessor, NHttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
          Deprecated.  
AsyncNHttpClientHandler(HttpProcessor httpProcessor, NHttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, HttpParams params)
          Deprecated.  
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.