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

Packages that use HttpExpectationVerifier
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
org.apache.http.protocol HTTP protocol execution framework and synchronous HTTP protocol handlers based on the blocking I/O model. 
 

Uses of HttpExpectationVerifier in org.apache.http.nio.protocol
 

Fields in org.apache.http.nio.protocol declared as HttpExpectationVerifier
protected  HttpExpectationVerifier AsyncNHttpServiceHandler.expectationVerifier
          Deprecated.  
protected  HttpExpectationVerifier ThrottlingHttpServiceHandler.expectationVerifier
          Deprecated.  
 

Methods in org.apache.http.nio.protocol with parameters of type HttpExpectationVerifier
 void BufferingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
          Deprecated.  
 void AsyncNHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
          Deprecated.  
 void ThrottlingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
          Deprecated.  
 

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, HttpRequestHandlerResolver handlerResolver, HttpExpectationVerifier expectationVerifier, HttpParams params)
          Create a new HTTP service.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.