Package | Description |
---|---|
org.xins.common.http |
HTTP-related utility classes.
|
Modifier and Type | Method and Description |
---|---|
HTTPCallResult |
HTTPServiceCaller.call(HTTPCallRequest request)
Performs the specified request towards the HTTP service.
|
HTTPCallResult |
HTTPServiceCaller.call(HTTPCallRequest request,
HTTPCallConfig callConfig)
Performs the specified request towards the HTTP service.
|
Constructor and Description |
---|
HTTPCallResult(HTTPCallRequest request,
TargetDescriptor succeededTarget,
long duration,
List<CallException> exceptions,
HTTPCallResultData data)
Constructs a new
HTTPCallResult object. |
StatusCodeHTTPCallException(HTTPCallRequest request,
TargetDescriptor target,
long duration,
int code,
String detail)
Constructs a new
StatusCodeHTTPCallException based on the original request,
target called, call duration and HTTP status code. |
See http://www.xins.org/.