SockIt

TcpServer Member List

This is the complete list of members for TcpServer, including all inherited members.
accept_handler(const boost::system::error_code &error_code, boost::shared_ptr< tcp::socket > connection, string host, int port)TcpServer [private]
acceptorTcpServer [private]
active_jobsTcp [protected]
active_jobs_mutexTcp [protected]
bool_option_to_string(optional< bool > &arg, string iftrue, string iffalse)Tcp [inline, protected]
BUFFER_SIZETcp [protected, static]
close()TcpServer [protected, virtual]
connectionsTcpServer [private]
disconnect_errorsTcp [protected]
do_not_routeTcp [protected]
failedTcp [protected]
FB_JSAPI_EVENT(disconnect, 1,(const string &))TcpServer
FB_JSAPI_EVENT(connect, 0,())TcpServer
Server::FB_JSAPI_EVENT(open, 0,())Server
NetworkObject::FB_JSAPI_EVENT(error, 1,(const string &))NetworkObject
NetworkObject::FB_JSAPI_EVENT(close, 0,())NetworkObject
NetworkObject::FB_JSAPI_EVENT(data, 1,(FB::JSAPIPtr))NetworkObject
fire_data_event(const string data, boost::shared_ptr< tcp::socket > connection)TcpServer [protected, virtual]
fire_disconnect_event(const string &message)TcpServer [protected, virtual]
fire_error_event(const string &message)TcpServer [protected, virtual]
get_port()TcpServer [virtual]
hostTcp [protected]
init()TcpServer [private]
init_socket(boost::shared_ptr< tcp::socket > connection)TcpServer [private]
io_serviceTcp [protected]
keep_aliveTcp [protected]
keep_alive_timeoutTcp [protected]
log_options()Tcp [protected]
MAX_DATA_SIZETcp [protected, static]
NetworkObject()NetworkObject
no_delayTcp [protected]
option_to_string(optional< T > &arg)Tcp [inline, protected]
parse_args(map< string, string > options)Tcp [protected]
parse_string_bool_arg(map< string, string > &options, string arg, optional< bool > &arg_value)Tcp [inline, protected]
parse_string_int_arg(map< string, string > &options, string arg, optional< int > &arg_value)Tcp [inline, protected]
portTcp [protected]
receive_bufferTcp [protected]
receive_handler(const boost::system::error_code &error_code, std::size_t bytesTransferred, boost::shared_ptr< tcp::socket > connection, string host, int port)TcpServer [protected, virtual]
send_handler(const boost::system::error_code &error_code, std::size_t bytes_transferred, string data, string host, int port, boost::shared_ptr< tcp::socket > connection)Tcp [protected, virtual]
Server()Server
set_tcp_keepalive(boost::shared_ptr< tcp::socket > socket)Tcp [protected]
shutdown()TcpServer [virtual]
start_listening()TcpServer [virtual]
Tcp(string host, int port, boost::asio::io_service &io_service)Tcp
TcpEvent classTcp [friend]
TcpServer(int port, boost::asio::io_service &io_service)TcpServer
TcpServer(int port, boost::asio::io_service &io_service, map< string, string > options)TcpServer
TcpServer(const TcpServer &other)TcpServer [private]
using_ipv6Tcp [protected]
waiting_to_shutdownTcp [protected]
~NetworkObject()NetworkObject [inline, virtual]
~Server()Server [inline, virtual]
~Tcp()Tcp [inline, virtual]
~TcpServer()TcpServer [virtual]
 All Classes Files Functions Variables Typedefs Friends Defines