#include <XrdNetSocket.hh>
|
| static XrdNetSocket * | Create (XrdSysError *Say, const char *path, const char *fn, mode_t mode, int isudp=0) |
| |
| static int | setOpts (int fd, int options, XrdSysError *eDest=0) |
| |
| static int | setWindow (int fd, int Windowsz, XrdSysError *eDest=0) |
| |
| static int | getWindow (int fd, int &Windowsz, XrdSysError *eDest=0) |
| |
| static char * | socketPath (XrdSysError *Say, char *inbuff, const char *path, const char *fn, mode_t mode) |
| |
◆ XrdNetSocket()
| XrdNetSocket::XrdNetSocket |
( |
XrdSysError * | erobj = 0, |
|
|
int | SockFileDesc = -1 ) |
◆ ~XrdNetSocket()
| XrdNetSocket::~XrdNetSocket |
( |
| ) |
|
|
inline |
◆ Accept()
| int XrdNetSocket::Accept |
( |
int | ms = -1 | ) |
|
◆ Close()
| void XrdNetSocket::Close |
( |
| ) |
|
◆ Create()
| static XrdNetSocket * XrdNetSocket::Create |
( |
XrdSysError * | Say, |
|
|
const char * | path, |
|
|
const char * | fn, |
|
|
mode_t | mode, |
|
|
int | isudp = 0 ) |
|
static |
◆ Detach()
| int XrdNetSocket::Detach |
( |
| ) |
|
◆ getWindow()
| static int XrdNetSocket::getWindow |
( |
int | fd, |
|
|
int & | Windowsz, |
|
|
XrdSysError * | eDest = 0 ) |
|
static |
◆ LastError()
| int XrdNetSocket::LastError |
( |
| ) |
|
|
inline |
◆ Open()
| int XrdNetSocket::Open |
( |
const char * | path, |
|
|
int | port = -1, |
|
|
int | flags = 0, |
|
|
int | sockbuffsz = 0 ) |
◆ Peername()
| const char * XrdNetSocket::Peername |
( |
const struct sockaddr ** | InetAddr = 0, |
|
|
int * | InetSize = 0 ) |
◆ setOpts()
| static int XrdNetSocket::setOpts |
( |
int | fd, |
|
|
int | options, |
|
|
XrdSysError * | eDest = 0 ) |
|
static |
◆ setWindow()
| static int XrdNetSocket::setWindow |
( |
int | fd, |
|
|
int | Windowsz, |
|
|
XrdSysError * | eDest = 0 ) |
|
static |
◆ socketPath()
| static char * XrdNetSocket::socketPath |
( |
XrdSysError * | Say, |
|
|
char * | inbuff, |
|
|
const char * | path, |
|
|
const char * | fn, |
|
|
mode_t | mode ) |
|
static |
◆ SockName()
| int XrdNetSocket::SockName |
( |
char * | buff, |
|
|
int | blen ) |
◆ SockNum()
| int XrdNetSocket::SockNum |
( |
| ) |
|
|
inline |
◆ eroute
◆ ErrCode
| int XrdNetSocket::ErrCode |
|
private |
◆ SockFD
◆ SockInfo
The documentation for this class was generated from the following file: