|
ESA JPIP server
0.1
|
This is the complete list of members for net::Socket, including all inherited members.
| Accept(Address *from_address) | net::Socket | inline |
| BindTo(const Address &address) | net::Socket | inline |
| Close() | net::Socket | inline |
| ConnectTo(const Address &to_address) | net::Socket | inline |
| IsBlockingMode() | net::Socket | |
| IsValid() const | net::Socket | inline |
| IsValid() | net::Socket | |
| ListenAt(const Address &address, int nstack=10) | net::Socket | inline |
| OpenInet(int type=SOCK_STREAM) | net::Socket | inline |
| OpenUnix(int type=SOCK_STREAM) | net::Socket | inline |
| operator int() const | net::Socket | inline |
| operator=(int nsid) | net::Socket | inline |
| Receive(void *buf, int len, bool prevent_block=false) | net::Socket | |
| ReceiveDescriptor(int *fd, int *aux=NULL) | net::Socket | |
| ReceiveFrom(Address *address, void *buf, int len, bool prevent_block=false) | net::Socket | |
| Send(void *buf, int len, bool prevent_block=false) | net::Socket | |
| SendDescriptor(const Address &address, int fd, int aux=0) | net::Socket | |
| SendTo(const Address &address, void *buf, int len, bool prevent_block=false) | net::Socket | |
| SetBlockingMode(bool state=true) | net::Socket | |
| SetNoDelay(int val=1) | net::Socket | inline |
| sid | net::Socket | protected |
| Socket() | net::Socket | inline |
| Socket(int s) | net::Socket | inline |
| Socket(const Socket &xs) | net::Socket | inline |
| WaitForInput(int time_out=-1) | net::Socket | |
| WaitForOutput(int time_out=-1) | net::Socket | |
| ~Socket() | net::Socket | inline |