Uses of Interface
org.apache.http.protocol.HttpExpectationVerifier
Packages that use HttpExpectationVerifier
Package
Description
Embedded server and server bootstrap.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
-
Uses of HttpExpectationVerifier in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as HttpExpectationVerifierModifier and TypeFieldDescriptionprivate HttpExpectationVerifierServerBootstrap.expectationVerifierMethods in org.apache.http.impl.bootstrap with parameters of type HttpExpectationVerifierModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) AssignsHttpExpectationVerifierinstance. -
Uses of HttpExpectationVerifier in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpExpectationVerifierModifier and TypeFieldDescriptionprotected HttpExpectationVerifierAsyncNHttpServiceHandler.expectationVerifierDeprecated.protected HttpExpectationVerifierThrottlingHttpServiceHandler.expectationVerifierDeprecated.Methods in org.apache.http.nio.protocol with parameters of type HttpExpectationVerifierModifier and TypeMethodDescriptionvoidAsyncNHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) Deprecated.voidBufferingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) Deprecated.voidThrottlingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) Deprecated. -
Uses of HttpExpectationVerifier in org.apache.http.protocol
Fields in org.apache.http.protocol declared as HttpExpectationVerifierMethods in org.apache.http.protocol with parameters of type HttpExpectationVerifierModifier and TypeMethodDescriptionvoidHttpService.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) Deprecated.Constructors in org.apache.http.protocol with parameters of type HttpExpectationVerifierModifierConstructorDescriptionHttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerMapper handlerMapper, HttpExpectationVerifier expectationVerifier) Create a new HTTP service.HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerResolver handlerResolver, HttpExpectationVerifier expectationVerifier, HttpParams params)
HttpExpectationVerifierusing constructor