#include <TcpSocket.h>
Inheritance diagram for TcpSocket:
Public Types | |
enum | TcpBinding { bound, unbound } |
Public Member Functions | |
TcpSocket (TcpBinding binding=bound) | |
TcpSocket (const SocketAddress &address) | |
TcpSocket (SOCKET socketHandle) | |
void | reset () |
bool | keepAlive () const |
void | setKeepAlives (bool flag) |
Protected Member Functions | |
TcpSocket (const TcpSocket &) | |
void | operator= (const TcpSocket &) |
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 31 of file TcpSocket.h.
|
Definition at line 35 of file TcpSocket.h. |
|
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 23 of file TcpSocket.cpp. References Socket::bind(), and bound. |
|
Definition at line 35 of file TcpSocket.cpp. References Socket::bind(). |
|
Definition at line 30 of file TcpSocket.cpp. |
|
|
|
Definition at line 49 of file TcpSocket.cpp. References Socket::getBoolOption(). |
|
|
|
Definition at line 42 of file TcpSocket.cpp. References Socket::reset(). |
|
Definition at line 56 of file TcpSocket.cpp. References Socket::setBoolOption(). |