OFFIS DCMTK  Version 3.6.0
Public Member Functions | List of all members
log4cplus::helpers::ServerSocket Class Reference

This class implements server sockets. More...

Inheritance diagram for log4cplus::helpers::ServerSocket:
[legend]
Collaboration diagram for log4cplus::helpers::ServerSocket:
[legend]

Public Member Functions

 ServerSocket (int port)
 
Socket accept ()
 
- 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
 
AbstractSocketoperator= (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
 

Detailed Description

This class implements server sockets.

A server socket waits for requests to come in over the network. It performs some operation based on that request, and then possibly returns a result to the requester.

Definition at line 104 of file socket.h.


The documentation for this class was generated from the following file:


Generated on Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2