#include <OnixS/CME/MDH/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 39 of file FeedConnection.h.
|
inline |
Initializes blank instance.
Definition at line 43 of file FeedConnection.h.
|
inline |
Initializes connection information using its primary attributes.
Definition at line 52 of file FeedConnection.h.
|
inline |
Cleans everything up.
Definition at line 60 of file FeedConnection.h.
|
inline |
Identifies connection address.
Definition at line 75 of file FeedConnection.h.
|
inline |
Updates connection address.
Definition at line 81 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 89 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 97 of file FeedConnection.h.
|
inline |
Identifies connection port.
Definition at line 63 of file FeedConnection.h.
|
inline |
Updates connection port.
Definition at line 69 of file FeedConnection.h.