Uses of Interface
org.apache.http.nio.protocol.HttpAsyncExpectationVerifier
Packages that use HttpAsyncExpectationVerifier
Package
Description
Embedded non-blocking server and server bootstrap.
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 HttpAsyncExpectationVerifierModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.setExpectationVerifier(HttpAsyncExpectationVerifier expectationVerifier) AssignsHttpAsyncExpectationVerifierinstance. -
Uses of HttpAsyncExpectationVerifier in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol that return HttpAsyncExpectationVerifierModifier and TypeMethodDescriptionHttpAsyncService.getExpectationVerifier()Gets the HttpAsyncExpectationVerifier for this service.Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncExpectationVerifierModifierConstructorDescriptionHttpAsyncService(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier) Creates new instance ofHttpAsyncServerProtocolHandler.HttpAsyncService(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier, org.apache.http.ExceptionLogger exceptionLogger) Creates new instance ofHttpAsyncServerProtocolHandler.HttpAsyncService(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.HttpResponseFactory responseFactory, HttpAsyncRequestHandlerResolver handlerResolver, HttpAsyncExpectationVerifier expectationVerifier, org.apache.http.params.HttpParams params) Deprecated.
HttpAsyncService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpAsyncRequestHandlerMapper, HttpAsyncExpectationVerifier)