Inheritance diagram for ONTCPSocket:
Protected Attributes | |
int | socketFD |
pthread_mutex_t | socketLock |
short | socketPF |
ONPortAddress * | localAddress |
ONPortAddress * | localAddress |
ONPortAddress * | localAddress |
ONPortAddress * | remoteAddress |
ONPortAddress * | remoteAddress |
ONPortAddress * | remoteAddress |
ONHost * | remoteHost |
ONHost * | remoteHost |
ONHost * | remoteHost |
int | requestedLocalPort |
NSStringEncoding | stringEncoding |
unsigned int | readBufferSize |
unsigned int | useNagle: 2 |
unsigned int | pushWrites: 2 |
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 12 of file ONTCPSocket.h.