Base functionality for a TCP rendezvous socket. More...
Public Member Functions | |
bool | GetIncomingConnection (Socket_TCP newsession, Socket_Address address) |
bool | OpenForListen (Socket_Address const Inaddess, int backlog_size) |
This function will initialize a listening Socket. | |
bool | OpenForListen (Socket_Address const Inaddess) |
This function will initialize a listening Socket. | |
SocketTCPListen () | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
Base functionality for a TCP rendezvous socket.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from Socket_IP.
bool GetIncomingConnection | ( | Socket_TCP | newsession, |
Socket_Address | address | ||
) |
bool OpenForListen | ( | Socket_Address const | Inaddess, |
int | backlog_size | ||
) |
This function will initialize a listening Socket.
bool OpenForListen | ( | Socket_Address const | Inaddess | ) |
This function will initialize a listening Socket.
SocketTCPListen | ( | ) |