#include <TcpConnectionServer.h>
Inheritance diagram for TcpConnectionServer:
Public Types | |
enum | { max_backlog = 5 } |
Public Member Functions | |
TcpConnectionServer (const SocketAddress &address, int backlog=max_backlog) | |
TcpConnectionServer (SOCKET descriptor) | |
void | listen (int backlog=max_backlog) |
bool | accept (TcpSocket &socket) |
Protected Member Functions | |
TcpConnectionServer (const TcpConnectionServer &) | |
void | operator= (const TcpConnectionServer &) |
Definition at line 32 of file TcpConnectionServer.h.
|
Definition at line 36 of file TcpConnectionServer.h. |
|
Definition at line 33 of file TcpConnectionServer.cpp. References Socket::bind(), SocketAddress::isIpAddress(), listen(), and Socket::setReuseLocalAddresses(). |
|
TcpServer Socket library Copyright (c) 2000 Jasen Plietz All rights reserved. No warranties are extended. Use at your own risk. To contact the author with suggestions or comments, use Jasen@plietz.net Definition at line 27 of file TcpConnectionServer.cpp. |
|
|
|
Definition at line 43 of file TcpConnectionServer.cpp. References Socket::close(), Socket::getDescriptor(), Socket::setDescriptor(), and SOCKET_CALL_3. Referenced by networkAppMain(). |
|
Definition at line 66 of file TcpConnectionServer.cpp. References Socket::getDescriptor(), and SOCKET_CALL_2. Referenced by TcpConnectionServer(). |
|
|