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 HttpAsyncExpectationVerifier
ServerBootstrap. expectationVerifier
Methods in org.apache.http.impl.nio.bootstrap with parameters of type HttpAsyncExpectationVerifier Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setExpectationVerifier(HttpAsyncExpectationVerifier expectationVerifier)
AssignsHttpAsyncExpectationVerifier
instance. -
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 HttpAsyncExpectationVerifier
HttpAsyncService. expectationVerifier
Methods in org.apache.http.nio.protocol that return HttpAsyncExpectationVerifier Modifier and Type Method Description HttpAsyncExpectationVerifier
HttpAsyncService. 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)
-