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.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
-
Uses of HttpExpectationVerifier in org.apache.http.impl.bootstrap
Methods in org.apache.http.impl.bootstrap with parameters of type HttpExpectationVerifier Modifier and Type Method Description ServerBootstrapServerBootstrap. setExpectationVerifier(HttpExpectationVerifier expectationVerifier)AssignsHttpExpectationVerifierinstance. -
Uses of HttpExpectationVerifier in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type HttpExpectationVerifier Modifier and Type Method Description voidHttpService. setExpectationVerifier(HttpExpectationVerifier expectationVerifier)Deprecated.(4.1) setHttpExpectationVerifierusing 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)
-