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 HttpAsyncExpectationVerifier
ServerBootstrap.expectationVerifier
Methods in org.apache.http.impl.nio.bootstrap with parameters of type HttpAsyncExpectationVerifierModifier and TypeMethodDescriptionfinal 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 HttpAsyncExpectationVerifierModifier and TypeFieldDescriptionprivate final HttpAsyncExpectationVerifier
HttpAsyncService.expectationVerifier
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
(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)