ProtonClientOptions
Name |
Type |
Description |
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
Adds a mechanism name that the client may use during SASL negotiation. |
|
|
- |
|
|
Set the heartbeat (in milliseconds) as maximum delay between sending frames for the remote peers. If no frames are received within 2*heartbeat, the connection is closed |
|
|
- |
|
|
- |
|
- |
||
- |
||
- |
||
|
- |
|
|
- |
|
|
Sets the maximum frame size for the connection. If this property is not set explicitly, a reasonable default value is used. Setting this property to a negative value will result in no maximum frame size being announced at all. |
|
|
- |
|
- |
||
- |
||
- |
||
- |
||
- |
||
- |
||
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
Explicitly override the hostname to use for the TLS SNI server name. If neither the link or SNI server name is explicitly overridden, the hostname specified in link will be used, with SNI performed implicitly where a FQDN was specified. This method should typically only be needed to set different values for the [virtual] hostname and SNI server name. |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
- |
||
|
- |
|
|
- |
|
|
Override the hostname value used in the connection AMQP Open frame and TLS SNI server name (if TLS is in use). By default, the hostname specified in link will be used for both, with SNI performed implicit where a FQDN was specified. The SNI server name can also be overridden explicitly using link. |
ProtonLinkOptions
Name |
Type |
Description |
|
Sets whether the link remote terminus to be used should indicate it is 'dynamic', requesting the peer names it with a dynamic address. The address provided by the peer can then be inspected using link (or inspecting the remote terminus details directly) after the link has remotely opened. |
|
|
- |
ProtonServerOptions
Name |
Type |
Description |
|
- |
|
- |
||
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
Sets the heart beat (in milliseconds) as maximum delay between sending frames for the remote peers. If no frames are received within 2 * heart beat, the connection is closed. |
|
|
- |
|
|
- |
|
- |
||
- |
||
- |
||
|
- |
|
|
Sets the maximum frame size for connections. If this property is not set explicitly, a reasonable default value is used. Setting this property to a negative value will result in no maximum frame size being announced at all. |
|
- |
||
- |
||
- |
||
- |
||
- |
||
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
- |
||
|
- |
|
|
- |
ProtonTransportOptions
Name |
Type |
Description |
|
Set the heart beat as maximum delay between sending frames for the remote peers. If no frames are received within 2 * heart beat, the connection is closed |
|
|
Sets the maximum frame size for the connection. If this property is not set explicitly, a reasonable default value is used. Setting this property to a negative value will result in no maximum frame size being announced at all. |