#include <TServerSocket.h>
Inheritance diagram for TServerSocket:


Public Types | |
| enum | { kDefaultBacklog = 10 } |
Public Methods | |
| TServerSocket (Int_t port, Bool_t reuse=kFALSE, Int_t backlog=kDefaultBacklog, Int_t tcpwindowsize=-1) | |
| TServerSocket (const char *service, Bool_t reuse=kFALSE, Int_t backlog=kDefaultBacklog, Int_t tcpwindowsize=-1) | |
| virtual | ~TServerSocket () |
| virtual TSocket * | Accept () |
| virtual TInetAddress | GetLocalInetAddress () |
| virtual Int_t | GetLocalPort () |
| Int_t | Send (const TMessage &) |
| Int_t | Send (Int_t) |
| Int_t | Send (Int_t, Int_t) |
| Int_t | Send (const char *, Int_t=kMESS_STRING) |
| Int_t | SendObject (const TObject *, Int_t=kMESS_OBJECT) |
| Int_t | SendRaw (const void *, Int_t, ESendRecvOptions=kDefault) |
| Int_t | Recv (TMessage *&) |
| Int_t | Recv (Int_t &, Int_t &) |
| Int_t | Recv (char *, Int_t) |
| Int_t | Recv (char *, Int_t, Int_t &) |
| Int_t | RecvRaw (void *, Int_t, ESendRecvOptions=kDefault) |
|
|
Definition at line 41 of file TServerSocket.h. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
Definition at line 47 of file TServerSocket.h. References TSocket::Close(). |
|
|
Reimplemented in TPServerSocket. |
|
|
Reimplemented from TSocket. |
|
|
Reimplemented from TSocket. |
|
|
Reimplemented from TSocket. Definition at line 53 of file TServerSocket.h. References TObject::MayNotUse(). |
|
|
Reimplemented from TSocket. Definition at line 55 of file TServerSocket.h. References TObject::MayNotUse(). |
|
||||||||||||
|
Reimplemented from TSocket. Definition at line 57 of file TServerSocket.h. References TObject::MayNotUse(). |
|
||||||||||||
|
Reimplemented from TSocket. Definition at line 59 of file TServerSocket.h. References TObject::MayNotUse(). |
|
||||||||||||
|
Reimplemented from TSocket. Definition at line 61 of file TServerSocket.h. References TObject::MayNotUse(). |
|
||||||||||||||||
|
Reimplemented from TSocket. Definition at line 63 of file TServerSocket.h. References ESendRecvOptions, kDefault, and TObject::MayNotUse(). |
|
|
Reimplemented from TSocket. Definition at line 65 of file TServerSocket.h. References TObject::MayNotUse(). |
|
||||||||||||
|
Reimplemented from TSocket. Definition at line 67 of file TServerSocket.h. References TObject::MayNotUse(). |
|
||||||||||||
|
Reimplemented from TSocket. Definition at line 69 of file TServerSocket.h. References TObject::MayNotUse(). |
|
||||||||||||||||
|
Reimplemented from TSocket. Definition at line 71 of file TServerSocket.h. References TObject::MayNotUse(). |
|
||||||||||||||||
|
Reimplemented from TSocket. Definition at line 73 of file TServerSocket.h. References ESendRecvOptions, kDefault, and TObject::MayNotUse(). |
1.2.16