#include <CoreListener.h>
Public Member Functions | |
void | lock () |
void | unlock () |
void | lock2 () |
void | unlock2 () |
void | llock () |
void | lunlock () |
bool | isCreated () |
void | setCreated (bool) |
void | add_session () |
void | del_session () |
int | con_session () |
void | setServname (string) |
string | getServname () |
void | setMaxconnect (int) |
int | getMaxconnect () |
void | setAcl (int) |
int | getAcl () |
void | setPort (unsigned int) |
unsigned int | getPort () |
void | setServertype (int) |
int | getServertype () |
Listener_data (unsigned int, int, int, void(*)(int, struct in_addr, int, char *), int, pthread_mutex_t *) | |
void | create () |
~Listener_data () | |
void | destroy () |
Public Attributes | |
void(* | UsersFunction )(int, struct in_addr, int, char *) |
|
init |
|
free |
|
add thread descriptor counter |
|
number of threads |
|
create threads |
|
delete from counter |
|
destroy server |
|
get acl value |
|
maximum connect |
|
get port value |
|
get servertype value |
|
servname |
|
is server can continue work |
|
all listeners lock |
|
set lock |
|
set lock |
|
all listeners unlock |
|
acl_ |
|
set flag for server continue or stop work |
|
maxconnect_ |
|
port_ |
|
servertype_ |
|
servname_ |
|
remove lock |
|
remove lock |
|
function pointer |