#include <XrdNetWork.hh>
|
| 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 () |
| |
| int | Accept (XrdNetPeer &myPeer, int opts=0, int timeout=-1) |
| |
| int | Bind (int port, const char *contype="tcp") |
| |
| int | Bind (char *path, const char *contype="stream") |
| |
| int | Connect (XrdNetPeer &myPeer, const char *host, int port, int opts=0, int timeout=-1) |
| |
| int | Relay (XrdNetPeer &Peer, const char *dest, int opts=0) |
| |
| int | Port () |
| |
| void | Secure (XrdNetSecurity *secp) |
| |
| void | setDefaults (int options, int buffsz=0) |
| |
| void | setDomain (const char *dname) |
| |
| void | Trim (char *hname) |
| |
| void | unBind () |
| |
| int | WSize () |
| |
| | XrdNet (XrdSysError *erp, XrdNetSecurity *secp=0) |
| |
| | ~XrdNet () |
| |
| 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, XRDNET_NOEMSG, and XRDNETLINK_NOCLOSE.
| XrdNetLink * XrdNetWork::Connect |
( |
const char * |
host, |
|
|
int |
port, |
|
|
int |
opts = 0, |
|
|
int |
timeout = -1 |
|
) |
| |
| 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.
The documentation for this class was generated from the following files: