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

Packages that use HttpAsyncExpectationVerifier
org.apache.http.impl.nio.bootstrap Embedded non-blocking server and server bootstrap. 
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.impl.nio.bootstrap
 

Methods in org.apache.http.impl.nio.bootstrap with parameters of type HttpAsyncExpectationVerifier
 ServerBootstrap ServerBootstrap.setExpectationVerifier(HttpAsyncExpectationVerifier expectationVerifier)
          Assigns HttpAsyncExpectationVerifier instance.
 

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

Methods in org.apache.http.nio.protocol that return HttpAsyncExpectationVerifier
 HttpAsyncExpectationVerifier HttpAsyncService.getExpectationVerifier()
          Gets the HttpAsyncExpectationVerifier for this service.
 

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, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier, ExceptionLogger exceptionLogger)
          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–2021 The Apache Software Foundation. All rights reserved.