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

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

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

Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncExpectationVerifier
HttpAsyncService(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier)
          Creates new instance of HttpAsyncServerProtocolHandler.
HttpAsyncService(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerResolver handlerResolver, HttpAsyncExpectationVerifier expectationVerifier, HttpParams params)
          Deprecated. (4.3) use HttpAsyncService.HttpAsyncService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpAsyncRequestHandlerMapper, HttpAsyncExpectationVerifier)
 



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