Generic socket interface.
Definition ISocket.h:19
virtual void close()=0
Close socket.
virtual ~ISocket()=default
virtual void * getEventTarget() const =0
Get event target.
virtual void bind(const NetworkAddress &)=0
Bind socket to address.
Network address type.
Definition NetworkAddress.h:17