#include <tcp_listen.h>
Public Member Functions | |
| CL_TCPListen (const CL_String &port, int queue_size=5, bool force_bind=true) | |
| Construction:. | |
| CL_TCPListen (const CL_String &address, const CL_String &port, int queue_size=5, bool force_bind=true) | |
| ~CL_TCPListen () | |
| CL_Event * | get_accept_event () |
| Attributes:. | |
| CL_TCPConnection * | accept (int timeout=-1) |
| Operations:. | |
Private Attributes | |
| int | handle |
| Implementation:. | |
| CL_SocketEventHandler * | socket_event_handler |
| CL_Event * | accept_event |
|
||||||||||||||||
|
Construction:.
Definition at line 54 of file tcp_listen.cpp. References accept_event, handle, socket_event_handler, TEXT, and CL_StringHelp::text_to_int(). |
|
||||||||||||||||||||
|
Definition at line 88 of file tcp_listen.cpp. References accept_event, handle, socket_event_handler, TEXT, CL_StringHelp::text_to_int(), and CL_StringHelp::text_to_local8(). |
|
|
Definition at line 131 of file tcp_listen.cpp. References accept_event, handle, and socket_event_handler. |
|
|
Operations:.
Definition at line 153 of file tcp_listen.cpp. References handle. |
|
|
Attributes:.
Definition at line 145 of file tcp_listen.cpp. References accept_event. |
|
|
Definition at line 64 of file tcp_listen.h. Referenced by CL_TCPListen(), get_accept_event(), and ~CL_TCPListen(). |
|
|
Implementation:.
Definition at line 59 of file tcp_listen.h. Referenced by accept(), CL_TCPListen(), and ~CL_TCPListen(). |
|
|
Definition at line 62 of file tcp_listen.h. Referenced by CL_TCPListen(), and ~CL_TCPListen(). |
1.4.1