12 #ifndef ROOT_TXSocketHandler
13 #define ROOT_TXSocketHandler
25 #ifndef ROOT_TSysEvtHandler
40 { fHandler =
h; fInputSock = s; }
46 { fHandler =
h; fInputSock = s; }
Bool_t ReadNotify()
Notify when something can be read from the descriptor associated with this handler.
static TXSocketHandler * GetSocketHandler(TFileHandler *h=0, TSocket *s=0)
Get an instance of the input socket handler with 'h' as handler, connected to socket 's'...
#define ClassDef(name, id)
void SetHandler(TFileHandler *h, TSocket *s)
Bool_t Notify()
Notify when event occurred on descriptor associated with this handler.
virtual ~TXSocketHandler()
static TXSocketHandler * fgSocketHandler
TXSocketHandler(TFileHandler *h, TSocket *s)