Package | Description |
---|---|
org.xins.common.http |
HTTP-related utility classes.
|
Modifier and Type | Method and Description |
---|---|
HTTPCallConfig |
HTTPServiceCaller.getHTTPCallConfig()
Returns the
HTTPCallConfig associated with this service
caller. |
HTTPCallConfig |
HTTPCallRequest.getHTTPCallConfig()
Returns the HTTP call configuration.
|
Modifier and Type | Method and Description |
---|---|
HTTPCallResult |
HTTPServiceCaller.call(HTTPCallRequest request,
HTTPCallConfig callConfig)
Performs the specified request towards the HTTP service.
|
protected void |
HTTPServiceCaller.setHTTPCallConfig(HTTPCallConfig config)
Sets the
HTTPCallConfig associated with this HTTP service
caller. |
void |
HTTPCallRequest.setHTTPCallConfig(HTTPCallConfig callConfig)
Sets the associated HTTP call configuration.
|
Constructor and Description |
---|
HTTPServiceCaller(Descriptor descriptor,
HTTPCallConfig callConfig)
Constructs a new
HTTPServiceCaller object with the
specified descriptor and call configuration. |
See http://www.xins.org/.