ProtonLinkOptions.setDynamic

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.

@param dynamic true if the link should request a dynamic terminus address @return the options

class ProtonLinkOptions
setDynamic
(
bool dynamic
)

Meta