ProtonTransportOptions

Options for configuring transport layer

Constructors

this
this()
Undocumented in source.
this
this(JSONValue json)

Create options from JSON

Members

Functions

getHeartbeat
int getHeartbeat()

Returns the heart beat as maximum delay between sending frames for the remote peers.

getMaxFrameSize
int getMaxFrameSize()

Gets the maximum frame size for the connection. <p> If this property is not set explicitly, a reasonable default value is used.

opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
setHeartbeat
ProtonTransportOptions setHeartbeat(int heartbeat)

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

setMaxFrameSize
ProtonTransportOptions setMaxFrameSize(int maxFrameSize)

Sets the maximum frame size for the connection. <p> If this property is not set explicitly, a reasonable default value is used. <p> Setting this property to a negative value will result in no maximum frame size being announced at all.

toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toJson
JSONValue toJson()

Convert to JSON

Meta