TPSocket


class description - source file - inheritance tree

class TPSocket : public TSocket

    private:
TPSocket(const TPSocket&) TPSocket(TSocket** pSockets, Int_t size) virtual Option_t* GetOption() const void Init(Int_t tcpwindowsize) void operator=(const TPSocket&) public:
TPSocket(TInetAddress address, Int_t port, Int_t size, Int_t tcpwindowsize = -1) TPSocket(const char* host, const char* service, Int_t size, Int_t tcpwindowsize = -1) TPSocket(const char* host, Int_t port, Int_t size, Int_t tcpwindowsize = -1) TPSocket(TInetAddress address, const char* service, Int_t size, Int_t tcpwindowsize = -1) virtual ~TPSocket() static TClass* Class() virtual void Close(Option_t* opt) virtual Int_t GetDescriptor() const Int_t GetErrorCode() const virtual TInetAddress GetLocalInetAddress() virtual Int_t GetOption(ESockOptions opt, Int_t& val) Int_t GetSize() const virtual TClass* IsA() const virtual Bool_t IsValid() const virtual Int_t Recv(char* mess, Int_t max, Int_t& kind) virtual Int_t Recv(char* mess, Int_t max) virtual Int_t Recv(Int_t& status, Int_t& kind) virtual Int_t Recv(TMessage*& mess) virtual Int_t RecvRaw(void* buffer, Int_t length, ESendRecvOptions opt) virtual Int_t Send(const TMessage& mess) virtual Int_t Send(const char* mess, Int_t kind = kMESS_STRING) virtual Int_t Send(Int_t status, Int_t kind) virtual Int_t Send(Int_t kind) virtual Int_t SendRaw(const void* buffer, Int_t length, ESendRecvOptions opt) virtual Int_t SetOption(ESockOptions opt, Int_t val) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TSocket** fSockets array of parallel sockets TMonitor* fWriteMonitor monitor write on parallel sockets TMonitor* fReadMonitor monitor read from parallel sockets Int_t fSize number of parallel sockets Int_t* fWriteBytesLeft bytes left to write for specified socket Int_t* fReadBytesLeft bytes left to read for specified socket char** fWritePtr pointer to write buffer for specified socket char** fReadPtr pointer to read buffer for specified socket

Class Description



Last update: Fri May 14 13:32:41 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.