Apache log4cxx Version 0.10.0
ServerSocket Class Reference

#include <serversocket.h>

Public Member Functions

 ServerSocket (int port)
 Creates a server socket on a specified port.
 
virtual ~ServerSocket ()
 
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.
 

Constructor & Destructor Documentation

◆ ServerSocket()

ServerSocket ( int port)

Creates a server socket on a specified port.

◆ ~ServerSocket()

virtual ~ServerSocket ( )
virtual

Member Function Documentation

◆ accept()

SocketPtr accept ( )

Listens for a connection to be made to this socket and accepts it.

◆ close()

void close ( )

Closes this socket.

◆ getSoTimeout()

int getSoTimeout ( ) const

Retrive setting for SO_TIMEOUT.

◆ setSoTimeout()

void setSoTimeout ( int timeout)

Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.


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