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

Packages that use HttpExpectationVerifier
org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. 
 

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–2014 The Apache Software Foundation. All rights reserved.