#include <OnixS/B3/BOE/scheduling/SessionConnectionSettings.h>
Public Member Functions | |
SessionConnectionSettings (const Host &host, Port port) | |
SessionConnectionSettings (const SessionConnectionSettings &other) | |
virtual | ~SessionConnectionSettings () |
SessionConnectionSettings & | addCounterparty (const Host &host, Port port) |
const Counterparties & | counterparties () const noexcept |
SessionConnectionSettings & | operator= (const SessionConnectionSettings &other) |
Protected Member Functions | |
SessionConnectionSettings () | |
Definition at line 71 of file SessionConnectionSettings.h.
SessionConnectionSettings | ( | const Host & | host, |
Port | port | ||
) |
Constructor.
host | the remote host to which session must connect to. |
port | the port number to which session must connect to. |
SessionConnectionSettings | ( | const SessionConnectionSettings & | other | ) |
|
virtual |
|
protected |
SessionConnectionSettings& addCounterparty | ( | const Host & | host, |
Port | port | ||
) |
Adds the counterparty.
|
inlinenoexcept |
Definition at line 100 of file SessionConnectionSettings.h.
SessionConnectionSettings& operator= | ( | const SessionConnectionSettings & | other | ) |