|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPCallConfig | |
org.xins.common.http | HTTP-related utility classes. |
Uses of HTTPCallConfig in org.xins.common.http |
Methods in org.xins.common.http that return HTTPCallConfig | |
HTTPCallConfig |
HTTPServiceCaller.getHTTPCallConfig()
Returns the HTTPCallConfig associated with this service
caller. |
HTTPCallConfig |
HTTPCallRequest.getHTTPCallConfig()
Returns the HTTP call configuration. |
Methods in org.xins.common.http with parameters of type HTTPCallConfig | |
protected void |
HTTPServiceCaller.setHTTPCallConfig(HTTPCallConfig config)
Sets the HTTPCallConfig associated with this HTTP service
caller. |
HTTPCallResult |
HTTPServiceCaller.call(HTTPCallRequest request,
HTTPCallConfig callConfig)
Performs the specified request towards the HTTP service. |
HTTPCallResult |
HTTPServiceCaller.call(HTTPCallRequest request,
HTTPCallConfig callConfig,
TargetDescriptor target)
Deprecated. Deprecated since XINS 1.1.0, since this method is expected to be removed. Please do not use it directly. |
void |
HTTPCallRequest.setHTTPCallConfig(HTTPCallConfig callConfig)
Sets the associated HTTP call configuration. |
Constructors in org.xins.common.http with parameters of type HTTPCallConfig | |
HTTPServiceCaller(Descriptor descriptor,
HTTPCallConfig callConfig)
Constructs a new HTTPServiceCaller object with the
specified descriptor and call configuration. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |