|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use HTTPMethod | |
| org.xins.client | XINS client framework. |
| org.xins.common.http | HTTP-related utility classes. |
| Uses of HTTPMethod in org.xins.client |
| Methods in org.xins.client that return HTTPMethod | |
HTTPMethod |
XINSCallConfig.getHTTPMethod()
Returns the HTTP method associated with this configuration. |
| Methods in org.xins.client with parameters of type HTTPMethod | |
void |
XINSCallConfig.setHTTPMethod(HTTPMethod method)
Sets the HTTP method associated with this configuration. |
| Constructors in org.xins.client with parameters of type HTTPMethod | |
XINSCallRequest(String functionName,
PropertyReader parameters,
boolean failOverAllowed,
HTTPMethod method)
Deprecated. Deprecated since XINS 1.1.0. Use XINSCallRequest.XINSCallRequest(String,PropertyReader) in combination
with XINSCallRequest.setXINSCallConfig(XINSCallConfig) instead.
This constructor is guaranteed not to be removed before XINS 2.0.0. |
|
| Uses of HTTPMethod in org.xins.common.http |
| Fields in org.xins.common.http declared as HTTPMethod | |
static HTTPMethod |
HTTPMethod.GET
The GET method. |
static HTTPMethod |
HTTPMethod.POST
The POST method. |
| Methods in org.xins.common.http that return HTTPMethod | |
HTTPMethod |
HTTPCallConfig.getMethod()
Returns the HTTP method associated with this configuration. |
HTTPMethod |
HTTPCallRequest.getMethod()
Deprecated. Deprecated since XINS 1.1.0. Use HTTPCallRequest.getHTTPCallConfig() instead.
This method is guaranteed not to be removed before XINS 2.0.0. |
| Methods in org.xins.common.http with parameters of type HTTPMethod | |
void |
HTTPCallConfig.setMethod(HTTPMethod method)
Sets the HTTP method associated with this configuration. |
| Constructors in org.xins.common.http with parameters of type HTTPMethod | |
HTTPCallRequest(HTTPMethod method)
Deprecated. Deprecated since XINS 1.1.0. Use HTTPCallRequest.HTTPCallRequest(PropertyReader)
instead, in combination with
HTTPCallRequest.setHTTPCallConfig(HTTPCallConfig).
This constructor is guaranteed not to be removed before XINS 2.0.0. |
|
HTTPCallRequest(HTTPMethod method,
PropertyReader parameters)
Deprecated. Deprecated since XINS 1.1.0. Use HTTPCallRequest.HTTPCallRequest(PropertyReader)
instead, in combination with
HTTPCallRequest.setHTTPCallConfig(HTTPCallConfig).
This constructor is guaranteed not to be removed before XINS 2.0.0. |
|
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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||