Uses of Interface
org.apache.http.protocol.HttpExpectationVerifier
-
Packages that use HttpExpectationVerifier Package Description org.apache.http.impl.bootstrap Embedded server and server bootstrap.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.protocol 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 HttpExpectationVerifier Modifier and Type Field Description private HttpExpectationVerifier
ServerBootstrap. expectationVerifier
Methods in org.apache.http.impl.bootstrap with parameters of type HttpExpectationVerifier Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
AssignsHttpExpectationVerifier
instance. -
Uses of HttpExpectationVerifier in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpExpectationVerifier Modifier and Type Field Description protected HttpExpectationVerifier
AsyncNHttpServiceHandler. expectationVerifier
Deprecated.protected HttpExpectationVerifier
ThrottlingHttpServiceHandler. expectationVerifier
Deprecated.Methods in org.apache.http.nio.protocol with parameters of type HttpExpectationVerifier Modifier and Type Method Description void
AsyncNHttpServiceHandler. setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated.void
BufferingHttpServiceHandler. setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated.void
ThrottlingHttpServiceHandler. setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated. -
Uses of HttpExpectationVerifier in org.apache.http.protocol
Fields in org.apache.http.protocol declared as HttpExpectationVerifier Modifier and Type Field Description private HttpExpectationVerifier
HttpService. expectationVerifier
Methods in org.apache.http.protocol with parameters of type HttpExpectationVerifier Modifier and Type Method Description void
HttpService. setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated.(4.1) setHttpExpectationVerifier
using constructorConstructors in org.apache.http.protocol with parameters of type HttpExpectationVerifier Constructor Description HttpService(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)
-