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

Packages that use HttpExpectationVerifier
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
org.apache.http.protocol HTTP protocol execution framework. 
 

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

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

Methods in org.apache.http.nio.protocol with parameters of type HttpExpectationVerifier
 void BufferingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
           
 void AsyncNHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
           
 void ThrottlingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
           
 void NHttpServiceHandlerBase.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)
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.