#include "XrdClient/XrdClientSock.hh"
#include "XrdClient/XrdClientMessage.hh"
#include "XrdClient/XrdClientUnsolMsg.hh"
#include "XrdClient/XrdClientInputBuffer.hh"
#include "XrdClient/XrdClientUrlInfo.hh"
#include "XrdSys/XrdSysPthread.hh"
#include "XrdSys/XrdSysSemWait.hh"
#include <time.h>
Classes | |
class | XrdClientPhyConnection |
class | XrdClientPhyConnLocker |
Enumerations | |
enum | ELoginState { kNo = 0 , kYes = 1 , kPending = 2 } |
enum | ERemoteServerType { kSTError = -1 , kSTNone = 0 , kSTRootd = 1 , kSTBaseXrootd = 2 , kSTDataXrootd = 3 , kSTMetaXrootd = 4 } |
enum ELoginState |
Enumerator | |
---|---|
kNo | |
kYes | |
kPending |
Definition at line 50 of file XrdClientPhyConnection.hh.
enum ERemoteServerType |
Enumerator | |
---|---|
kSTError | |
kSTNone | |
kSTRootd | |
kSTBaseXrootd | |
kSTDataXrootd | |
kSTMetaXrootd |
Definition at line 56 of file XrdClientPhyConnection.hh.