Logo ROOT   6.14/05
Reference Guide
Classes | Enumerations
XrdClientPhyConnection.hh File Reference
#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>
Include dependency graph for XrdClientPhyConnection.hh:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ ELoginState

Enumerator
kNo 
kYes 
kPending 

Definition at line 50 of file XrdClientPhyConnection.hh.

◆ ERemoteServerType

Enumerator
kSTError 
kSTNone 
kSTRootd 
kSTBaseXrootd 
kSTDataXrootd 
kSTMetaXrootd 

Definition at line 56 of file XrdClientPhyConnection.hh.