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