ProtonLinkOptions

Options for configuring link attributes.

Constructors

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

Create options from JSON

Members

Functions

getLinkName
string getLinkName()
Undocumented in source. Be warned that the author may not have intended to support it.
isDynamic
bool isDynamic()
Undocumented in source. Be warned that the author may not have intended to support it.
setDynamic
ProtonLinkOptions setDynamic(bool dynamic)

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 ProtonLink#getRemoteAddress()} (or inspecting the remote terminus details directly) after the link has remotely opened.

setLinkName
ProtonLinkOptions setLinkName(string linkName)
Undocumented in source. Be warned that the author may not have intended to support it.
toJson
JSONValue toJson()

Convert to JSON

Meta