Uses of Interface
org.apache.http.nio.protocol.HttpAsyncExpectationVerifier
-
Packages that use HttpAsyncExpectationVerifier Package Description 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
Fields in org.apache.http.impl.nio.bootstrap declared as HttpAsyncExpectationVerifier Modifier and Type Field Description private HttpAsyncExpectationVerifierServerBootstrap. expectationVerifierMethods in org.apache.http.impl.nio.bootstrap with parameters of type HttpAsyncExpectationVerifier Modifier and Type Method Description ServerBootstrapServerBootstrap. setExpectationVerifier(HttpAsyncExpectationVerifier expectationVerifier)AssignsHttpAsyncExpectationVerifierinstance. -
Uses of HttpAsyncExpectationVerifier in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpAsyncExpectationVerifier Modifier and Type Field Description private HttpAsyncExpectationVerifierHttpAsyncService. expectationVerifierMethods in org.apache.http.nio.protocol that return HttpAsyncExpectationVerifier Modifier and Type Method Description HttpAsyncExpectationVerifierHttpAsyncService. getExpectationVerifier()Gets the HttpAsyncExpectationVerifier for this service.Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncExpectationVerifier Constructor Description HttpAsyncService(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier)Creates new instance ofHttpAsyncServerProtocolHandler.HttpAsyncService(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier, ExceptionLogger exceptionLogger)Creates new instance ofHttpAsyncServerProtocolHandler.HttpAsyncService(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerResolver handlerResolver, HttpAsyncExpectationVerifier expectationVerifier, HttpParams params)
-