Adds a mechanism name that the client may use during SASL negotiation.
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 #setVirtualHost(String) virtualhost or SNI server name is explicitly overridden, the hostname specified in {@link ProtonClient#connect} 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 ProtonClient#connect} will be used for both, with SNI performed implicit where a FQDN was specified.
The SNI server name can also be overridden explicitly using ProtonClientOptions.
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 #setVirtualHost(String) virtualhost or SNI server name is explicitly overridden, the hostname specified in {@link ProtonClient#connect} 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 ProtonClient#connect} will be used for both, with SNI performed implicit where a FQDN was specified.
The SNI server name can also be overridden explicitly using ProtonClientOptions.
Generated using TypeDoc
Options for configuring {@link ProtonClient} connect operations.