A socket to accept incoming connections
![]() | acceptConnection (OStreamSocket& Connection) Accepts incoming connections on the socket |
![]() | acceptConnection (OStreamSocket& Connection, OSocketAddr& PeerAddr) Accepts incoming connections on the socket |
![]() | listen (int MaxPendingConnections= -1) Prepare a socket for the accept-call |
![]() | OAcceptorSocket (TAddrFamily Family= af_inet, TProtocol Protocol= protocol_ip, TSocketType Type= sock_stream) Creates a socket that can accept connections |
![]() | OAcceptorSocket (const OAcceptorSocket& Socket) Copy constructor |
![]() | ~OAcceptorSocket () Destructor |
A socket to accept incoming connections
OAcceptorSocket(const OAcceptorSocket& Socket)
virtual ~OAcceptorSocket()
Boolean listen(int MaxPendingConnections= -1)
TResult acceptConnection(OStreamSocket& Connection)
TResult acceptConnection(OStreamSocket& Connection, OSocketAddr& PeerAddr)
Connection - receives the incoming connection.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de