OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
NetFeedConnection Class Reference

#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)
 
NifListnifs ()
 
const NifListnifs () const
 

Detailed Description

Definition at line 36 of file FeedConnection.h.

Constructor & Destructor Documentation

NetFeedConnection ( )
inline

Initializes blank instance.

Definition at line 47 of file FeedConnection.h.

NetFeedConnection ( const std::string &  address,
UInt32  port 
)
inline

Initializes connection information using its primary attributes.

Definition at line 56 of file FeedConnection.h.

~NetFeedConnection ( )
inline

Cleans everything up.

Definition at line 66 of file FeedConnection.h.

Member Function Documentation

const std::string& address ( ) const
inline

Identifies connection address.

Definition at line 83 of file FeedConnection.h.

void address ( const std::string &  address)
inline

Updates connection address.

Definition at line 90 of file FeedConnection.h.

NifList& nifs ( )
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.

const NifList& nifs ( ) const
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.

UInt32 port ( ) const
inline

Identifies connection port.

Definition at line 71 of file FeedConnection.h.

void port ( UInt32  port)
inline

Updates connection port.

Definition at line 77 of file FeedConnection.h.


The documentation for this class was generated from the following file: