#include <XrdNetWork.hh>


Public Member Functions | |
| XrdNetLink * | Accept (int opts=0, int timeout=-1) |
| XrdNetLink * | Connect (const char *host, int port, int opts=0, int timeout=-1) |
| XrdNetLink * | Relay (const char *dest=0, int opts=0) |
| XrdNetWork (XrdSysError *erp, XrdNetSecurity *secp=0) | |
| ~XrdNetWork () | |
| XrdNetWork::XrdNetWork | ( | XrdSysError * | erp, | |
| XrdNetSecurity * | secp = 0 | |||
| ) | [inline] |
| XrdNetWork::~XrdNetWork | ( | ) | [inline] |
| XrdNetLink * XrdNetWork::Accept | ( | int | opts = 0, |
|
| int | timeout = -1 | |||
| ) |
References XrdNet::Accept(), XrdNetLink::Alloc(), XrdNet::BuffQ, close, XrdNet::eDest, XrdSysError::Emsg(), XrdNetPeer::fd, XrdNetPeer::InetBuff, XrdNetPeer::InetName, XrdNet::iofd, and XRDNET_NOEMSG.
Referenced by XrdOlbStartSupervising().
| XrdNetLink * XrdNetWork::Connect | ( | const char * | host, | |
| int | port, | |||
| int | opts = 0, |
|||
| int | timeout = -1 | |||
| ) |
References XrdNetLink::Alloc(), XrdNet::BuffQ, close, XrdNet::Connect(), XrdNet::eDest, XrdSysError::Emsg(), XrdNetPeer::fd, and XRDNET_NOEMSG.
Referenced by XrdOdcManager::Hookup(), and XrdOlbManager::Pander().
| XrdNetLink * XrdNetWork::Relay | ( | const char * | dest = 0, |
|
| int | opts = 0 | |||
| ) |
References XrdNetLink::Alloc(), XrdNet::BuffQ, close, XrdNet::Connect(), XrdNet::eDest, XrdSysError::Emsg(), XrdNetPeer::fd, XrdNet::iofd, XRDNET_NOEMSG, XRDNET_SENDONLY, XRDNET_UDPSOCKET, XRDNETLINK_NOCLOSE, and XRDNETLINK_NOSTREAM.
Referenced by XrdOlbConfig::setupServer().
1.7.1