#include <OnixS/CME/ConflatedUDP/FeedConnection.h>
Public Member Functions | |
NetFeedConnection () | |
NetFeedConnection (const std::string &address, UInt32 port) | |
~NetFeedConnection () | |
UInt32 | port () const |
void | port (UInt32 port) |
const std::string & | address () const |
void | address (const std::string &address) |
NifList & | nifs () |
const NifList & | nifs () const |
Definition at line 36 of file FeedConnection.h.
|
inline |
Initializes blank instance.
Definition at line 47 of file FeedConnection.h.
|
inline |
Initializes connection information using its primary attributes.
Definition at line 56 of file FeedConnection.h.
|
inline |
Cleans everything up.
Definition at line 66 of file FeedConnection.h.
|
inline |
Identifies connection address.
Definition at line 83 of file FeedConnection.h.
|
inline |
Updates connection address.
Definition at line 90 of file FeedConnection.h.
|
inline |
List of network interfaces on which connection is to be binded (if binding to network interfaces is applicable).
Definition at line 99 of file FeedConnection.h.
|
inline |
List of network interfaces on which connection is to be binded (if binding to network interfaces is applicable).
Definition at line 107 of file FeedConnection.h.
|
inline |
Identifies connection port.
Definition at line 71 of file FeedConnection.h.
|
inline |
Updates connection port.
Definition at line 77 of file FeedConnection.h.