Base class of interfaces.
Definition IInterface.h:18
Generic socket interface.
Definition ISocket.h:22
virtual void close()=0
Close socket.
virtual void * getEventTarget() const =0
Get event target.
virtual void bind(const NetworkAddress &)=0
Bind socket to address.
Network address type.
Definition NetworkAddress.h:18