Uses of Interface
org.apache.http.protocol.HttpExpectationVerifier

Packages that use HttpExpectationVerifier
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
 ServerBootstrap ServerBootstrap.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
          Assigns HttpExpectationVerifier instance.
 

Uses of HttpExpectationVerifier in org.apache.http.protocol
 

Methods in org.apache.http.protocol with parameters of type HttpExpectationVerifier
 void HttpService.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
          Deprecated. (4.1) set HttpExpectationVerifier using constructor
 

Constructors in org.apache.http.protocol with parameters of type HttpExpectationVerifier
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)
          Deprecated. (4.3) use HttpService.HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerMapper, HttpExpectationVerifier)
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.