12#ifndef ROOT_TXSocketHandler 
   13#define ROOT_TXSocketHandler 
#define ClassDef(name, id)
 
Input handler for XProofD sockets.
 
static TXSocketHandler * fgSocketHandler
 
TXSocketHandler(TFileHandler *h, TSocket *s)
 
void SetHandler(TFileHandler *h, TSocket *s)
 
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'.
 
Bool_t ReadNotify()
Notify when something can be read from the descriptor associated with this handler.
 
virtual ~TXSocketHandler()
 
Bool_t Notify()
Set readiness on the monitor.
 
High level handler of connections to XProofD.