| Apache log4cxx
    Version 0.11.0
    | 
| Public Member Functions | |
| ServerSocket (int port) | |
| Creates a server socket on a specified port.  More... | |
| virtual | ~ServerSocket () | 
| SocketPtr | accept () | 
| Listens for a connection to be made to this socket and accepts it.  More... | |
| void | close () | 
| Closes this socket.  More... | |
| int | getSoTimeout () const | 
| Retrive setting for SO_TIMEOUT.  More... | |
| void | setSoTimeout (int timeout) | 
| Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.  More... | |
| ServerSocket | ( | int | port | ) | 
Creates a server socket on a specified port.
| 
 | virtual | 
| SocketPtr accept | ( | ) | 
Listens for a connection to be made to this socket and accepts it.
| void close | ( | ) | 
Closes this socket.
| int getSoTimeout | ( | ) | const | 
Retrive setting for SO_TIMEOUT.
| void setSoTimeout | ( | int | timeout | ) | 
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.