#include <XrdOucBonjour.hh>
Collaboration diagram for XrdOucBonjourNode:
Public Member Functions | |
XrdOucBonjourNode () | |
XrdOucBonjourNode (const char *hostName, unsigned short port) | |
XrdOucBonjourNode (const char *hostName, unsigned short port, XrdOucBonjourRecord const &bonjourInfo) | |
XrdOucBonjourNode (XrdOucBonjourRecord const &bonjourInfo) | |
XrdOucBonjourNode (const char *name, const char *type, const char *domain) | |
XrdOucBonjourNode (const XrdOucBonjourNode &other) | |
virtual | ~XrdOucBonjourNode () |
const char * | GetHostName () const |
unsigned short | GetPort () const |
const XrdOucBonjourRecord & | GetBonjourRecord () const |
XrdOucBonjourRecord & | GetBonjourRecord () |
void | SetHostName (const char *hostName) |
void | SetPort (unsigned short port) |
void | SetBonjourRecord (const XrdOucBonjourRecord &record) |
XrdOucBonjourNode & | operator= (const XrdOucBonjourNode &other) |
void | Print () const |
Private Attributes | |
XrdOucString | HostName |
unsigned short | Port |
XrdOucBonjourRecord | BonjourInfo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|