Name

ClientHandler — submit exchange requests to remote servers

Description

Submits exchange requests to remote servers.

Note

This handler does not verify hostnames for outgoing SSL connections. This is because the gateway usually accesses the SSL endpoint using a raw IP address rather than a fully-qualified hostname.

Usage

{
     "name": string,
     "type": "ClientHandler",
     "config": {
         "connections": number
     }
}

Properties

"connections": number, optional

The maximum number of concurrent connections to open. Default: 64

Javadoc

org.forgerock.openig.handler.ClientHandler