FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
string | method
The HTTP method used for the request. |
string | path
The HTTP path URI used for the request. |
com.apama.util.AnyExtractor | payload
The response payload wrapped inside an AnyExtractor event for easy retrieval of the data. |
integer | statusCode
The status code of the HTTP request. |
string | statusMessage
The status message of the HTTP request. |
com.softwareag.connectivity.httpclient.HttpOptions | options
The extra optional HTTP options. |
Action summary | |
---|---|
string |
getCookie(string name)
Returns the HTTP cookie returned by the response. This is equivalent to calling options.cookies[name]. |
string |
getHeader(string name)
Returns the HTTP header returned by the response. This is equivalent to calling options.headers[name]. |
boolean |
isSuccess()
Indicate whether the HTTP request was successful. |
Member detail |
---|
string methodThe HTTP method used for the request.
com.softwareag.connectivity.httpclient.HttpOptions optionsThe extra optional HTTP options.
string pathThe HTTP path URI used for the request.
com.apama.util.AnyExtractor payloadThe response payload wrapped inside an AnyExtractor event for easy retrieval of the data.
integer statusCodeThe status code of the HTTP request.
string statusMessageThe status message of the HTTP request.
Action detail |
---|
string getCookie(string name)Returns the HTTP cookie returned by the response. This is equivalent to calling options.cookies[name].
string getHeader(string name)Returns the HTTP header returned by the response. This is equivalent to calling options.headers[name].
boolean isSuccess()Indicate whether the HTTP request was successful.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |