Inheritance diagram for log4cplus::helpers::Socket:
Public Member Functions | |
Socket (SOCKET_TYPE sock, SocketState state, int err) | |
Socket (const tstring &address, int port) | |
virtual bool | read (SocketBuffer &buffer) |
virtual bool | write (const SocketBuffer &buffer) |
A socket is an endpoint for communication between two machines.
Definition at line 83 of file socket.h.