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)
          Deprecated. Deprecated since XINS 1.1.0. Use HTTPCallRequest.HTTPCallRequest(PropertyReader,HTTPStatusCodeVerifier) instead, in combination with HTTPCallRequest.setHTTPCallConfig(HTTPCallConfig). This constructor is guaranteed not to be removed before XINS 2.0.0.
 



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