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
Fields in org.apache.http.impl.nio.bootstrap declared as HttpAsyncExpectationVerifierModifier and TypeFieldDescriptionprivate HttpAsyncExpectationVerifierServerBootstrap.expectationVerifierMethods 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
Fields in org.apache.http.nio.protocol declared as HttpAsyncExpectationVerifierModifier and TypeFieldDescriptionprivate final HttpAsyncExpectationVerifierHttpAsyncService.expectationVerifierMethods 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(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) Deprecated.
HttpAsyncService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpAsyncRequestHandlerMapper, HttpAsyncExpectationVerifier)