|
OFFIS DCMTK
Version 3.6.0
|
This class implements client sockets (also called just "sockets"). More...
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) |
Public Member Functions inherited from log4cplus::helpers::AbstractSocket | |
| AbstractSocket (SOCKET_TYPE sock, SocketState state, int err) | |
| AbstractSocket (const AbstractSocket &) | |
| virtual void | close () |
| Close socket. | |
| virtual bool | isOpen () const |
| AbstractSocket & | operator= (const AbstractSocket &rhs) |
Additional Inherited Members | |
Protected Member Functions inherited from log4cplus::helpers::AbstractSocket | |
| virtual void | copy (const AbstractSocket &rhs) |
Protected Attributes inherited from log4cplus::helpers::AbstractSocket | |
| SOCKET_TYPE | sock |
| SocketState | state |
| int | err |
This class implements client sockets (also called just "sockets").
A socket is an endpoint for communication between two machines.