Uses of Interface
org.xins.common.http.HTTPStatusCodeVerifier

Packages that use HTTPStatusCodeVerifier
org.xins.common.http HTTP-related utility classes. 
 

Uses of HTTPStatusCodeVerifier in org.xins.common.http
 

Methods in org.xins.common.http that return HTTPStatusCodeVerifier
 HTTPStatusCodeVerifier HTTPCallRequest.getStatusCodeVerifier()
          Returns the HTTP status code verifier.
 

Constructors in org.xins.common.http with parameters of type HTTPStatusCodeVerifier
HTTPCallRequest(PropertyReader parameters, HTTPStatusCodeVerifier statusCodeVerifier)
          Constructs a new HTTPCallRequest with the specified parameters and status code verifier.
HTTPCallRequest(HTTPMethod method, PropertyReader parameters, boolean failOverAllowed, HTTPStatusCodeVerifier statusCodeVerifier)
          Constructs a new HTTPCallRequest with the specified HTTP method, parameters and status code verifier, optionally allowing unconditional fail-over.
 



See http://www.xins.org/.