| 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 HTTP response status code. |
string | statusMessage
The HTTP response status message. |
com.softwareag.connectivity.httpclient.HttpOptions | options
Optional HTTP options to set headers, cookies and query parameters. |
| Action summary | |
|---|---|
string | getCookie(string name)
Return the value of the HTTP cookie with the specified name. This is equivalent to calling options.cookies[name]. |
string | getHeader(string name)
Return the value of the HTTP header with the specified name. This is equivalent to calling options.headers[name]. |
boolean | isSuccess()
Indicate whether the HTTP request was successful by checking for a 2xx status code. |
| Member detail |
|---|
string method
The HTTP method used for the request.
com.softwareag.connectivity.httpclient.HttpOptions options
Optional HTTP options to set headers, cookies and query parameters.
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 HTTP response status code.
string statusMessage
The HTTP response status message.
| Action detail |
|---|
string getCookie(string name)
Return the value of the HTTP cookie with the specified name. This is equivalent to calling options.cookies[name].
string getHeader(string name)
Return the value of the HTTP header with the specified name. This is equivalent to calling options.headers[name].
boolean isSuccess()
Indicate whether the HTTP request was successful by checking for a 2xx status code.
| FRAMES NO FRAMES | |||||||
| |||||||
| SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION | ||||||