Name | Type | Description |
url | String | The URL for the endpoint. |
requestEvent | SimpleEvent | The input event to send |
responseEventURI | String | URI of event to be created once response received |
clientIdKeystore | Object | Keystore Object for client identity, not required for 1 way SSL |
clientIdPassword | String | Password for client id keystore, not required for 1 way SSL |
trustedCertsKeystore | Object | Keystore Object for trusted certificates |
trustedCertsPassword | String | Password for trusted certificates keystore |
verifyHostName | boolean | flag for checking if a hostname matches the names stored inside the server's certificate |
timeoutMillis | long | time out for the operation, -1 signifies wait forever. |