ETSocket documentation
ETListenSocket : ETSocketDefault
- + (id) listenSocketOnPort: (unsigned short)aPort
Returns a socket listening aPort for an address of the local machine.
- + (id) listenSocketForAddress: (NSString *)anAddress onPort: (unsigned short)aPort
Returns a socket listening on aPort for the address specified by anAddress.
- - (id) initOnPort: (unsigned short)aPort
Initializes the socket to listen on aPort for an address of the local machine.