Package | Description |
---|---|
org.xins.common.http |
HTTP-related utility classes.
|
Modifier and Type | Method and Description |
---|---|
HTTPStatusCodeVerifier |
HTTPCallRequest.getStatusCodeVerifier()
Returns the HTTP status code verifier.
|
Constructor and Description |
---|
HTTPCallRequest(HTTPMethod method,
Map<String,String> parameters,
boolean failOverAllowed,
HTTPStatusCodeVerifier statusCodeVerifier)
Constructs a new
HTTPCallRequest with the specified HTTP
method, parameters and status code verifier, optionally allowing
unconditional fail-over. |
HTTPCallRequest(Map<String,String> parameters,
HTTPStatusCodeVerifier statusCodeVerifier)
Constructs a new
HTTPCallRequest with the specified
parameters and status code verifier. |
See http://www.xins.org/.