Inherited by ONTCPSocket, ONTCPSocket, and ONTCPSocket.
Inheritance diagram for ONInternetSocket:
Protected Attributes | |
int | socketFD |
pthread_mutex_t | socketLock |
short | socketPF |
ONPortAddress * | localAddress |
ONPortAddress * | remoteAddress |
ONHost * | remoteHost |
int | requestedLocalPort |
ONPortAddress * | localAddress |
ONPortAddress * | remoteAddress |
ONHost * | remoteHost |
ONPortAddress * | localAddress |
ONPortAddress * | remoteAddress |
ONHost * | remoteHost |
unsigned int | listening:1 |
unsigned int | connected:1 |
unsigned int | userAbort:1 |
unsigned int | shouldNotCloseFD:1 |
unsigned int | nonBlocking:1 |
unsigned int | allowAddressReuse:1 |
unsigned int | allowBroadcast:1 |
Definition at line 21 of file ONInternetSocket.h.