class |
Delete
Delete is the DELETE action implementation of the HTTP Connector.
|
class |
Execute
Execute action can be used to invoke execute a http call with any httpVerb.
|
class |
Forward
Forward action can be used to invoke an http call with incoming request httpVerb.
|
class |
Get
Get is the GET action implementation of the HTTP Connector.
|
class |
GetNextPromise
GetNextPromise action can be used to get the next available push promise message associated with
a previous asynchronous invocation.
|
class |
GetPromisedResponse
GetPromisedResponse action can be used to get a push response message associated with a
previous asynchronous invocation.
|
class |
GetResponse
GetResponse action can be used to fetch the response message for a previous asynchronous invocation.
|
class |
HasPromise
HasPromise action can be used to check whether a push promise is available.
|
class |
Head
Head is the HEAD action implementation of the HTTP Connector.
|
class |
Options
Options is the OPTIONS action implementation of the HTTP Connector.
|
class |
Patch
Patch is the PATCH action implementation of the HTTP Connector.
|
class |
Post
Post is the POST action implementation of the HTTP Connector.
|
class |
Put
Put is the PUT action implementation of the HTTP Connector.
|
class |
RejectPromise
RejectPromise action can be used to reject a push promise.
|
class |
Submit
Submit action can be used to invoke a http call with any httpVerb in asynchronous manner.
|