#include <IPopen.h>
Collaboration diagram for PLearn::IPServer:
Public Member Functions | |
IPServer (int port_no, int max_connections) | |
IPServer (int max_connections_) | |
IPServer () | |
~IPServer () | |
int | get_socket_fd () |
sockaddr_in * | get_address () |
string | machine_name () |
int | port_no () |
Static Public Member Functions | |
void | set_ip_port (int port_no, int max_connections_=100) |
Static Public Attributes | |
int | ip_port = 15000 |
int | max_connections = 100 |
Protected Attributes | |
int | socket_fd |
int | port |
sockaddr_in | address |
Private Member Functions | |
void | DelayedConstructor (int port_no, int max_connections_) |
|
Definition at line 64 of file IPopen.h. References DelayedConstructor(). |
|
Definition at line 67 of file IPopen.h. References DelayedConstructor(), and ip_port. |
|
Definition at line 70 of file IPopen.h. References DelayedConstructor(), ip_port, and max_connections. |
|
Definition at line 73 of file IPopen.h. References socket_fd. |
|
Definition at line 88 of file IPopen.h. References DelayedConstructor(), max_connections, PLERROR, port, and socket_fd. Referenced by DelayedConstructor(), and IPServer(). |
|
Definition at line 79 of file IPopen.h. References address. Referenced by PLearn::IPopen::establish_communication(). |
|
Definition at line 78 of file IPopen.h. References socket_fd. Referenced by PLearn::IPopen::establish_communication(). |
|
Definition at line 80 of file IPopen.h. References PLearn::hostname(). |
|
Definition at line 81 of file IPopen.h. References port. |
|
Definition at line 109 of file IPopen.h. References set_ip_port(). Referenced by set_ip_port(). |
|
Definition at line 86 of file IPopen.h. Referenced by get_address(). |
|
Definition at line 52 of file IPopen.cc. Referenced by IPServer(). |
|
Definition at line 53 of file IPopen.cc. Referenced by DelayedConstructor(), and IPServer(). |
|
Definition at line 85 of file IPopen.h. Referenced by DelayedConstructor(), and port_no(). |
|
Definition at line 84 of file IPopen.h. Referenced by DelayedConstructor(), get_socket_fd(), and ~IPServer(). |