, including all inherited members.
active_jobs | Tcp | [protected] |
active_jobs_mutex | Tcp | [protected] |
bool_option_to_string(optional< bool > &arg, string iftrue, string iffalse) | Tcp | [inline, protected] |
BUFFER_SIZE | Tcp | [protected, static] |
Client() | Client | |
close() | TcpClient | [protected, virtual] |
connect_handler(const boost::system::error_code &error_code, tcp::resolver::iterator endpoint_iterator) | TcpClient | [private] |
connected | TcpClient | [private] |
connected_mutex | TcpClient | [private] |
connection | TcpClient | [private] |
data_queue | TcpClient | [private] |
data_queue_mutex | TcpClient | [private] |
disconnect_errors | Tcp | [protected] |
do_not_route | Tcp | [protected] |
failed | Tcp | [protected] |
FB_JSAPI_EVENT(disconnect, 1,(const string &)) | TcpClient | |
FB_JSAPI_EVENT(connect, 0,()) | TcpClient | |
Client::FB_JSAPI_EVENT(resolve, 0,()) | Client | |
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) | TcpClient | [protected, virtual] |
fire_disconnect_event(const string &message) | TcpClient | [protected, virtual] |
fire_error_event(const string &message) | TcpClient | [protected, virtual] |
flush() | TcpClient | [private] |
get_host() | TcpClient | [virtual] |
get_port() | TcpClient | [virtual] |
host | Tcp | [protected] |
init() | TcpClient | [private] |
init_socket() | TcpClient | [private] |
io_service | Tcp | [protected] |
keep_alive | Tcp | [protected] |
keep_alive_timeout | Tcp | [protected] |
listen() | TcpClient | [private] |
log_options() | Tcp | [protected] |
MAX_DATA_SIZE | Tcp | [protected, static] |
NetworkObject() | NetworkObject | |
no_delay | Tcp | [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] |
port | Tcp | [protected] |
receive_buffer | Tcp | [protected] |
receive_handler(const boost::system::error_code &error_code, std::size_t bytes_transferred, boost::shared_ptr< tcp::socket > connection, string host, int port) | Tcp | [protected, virtual] |
resolve_handler(const boost::system::error_code &error_code, tcp::resolver::iterator endpoint_iterator) | TcpClient | [private] |
resolver | TcpClient | [private] |
send(const string &data) | TcpClient | [virtual] |
send_bytes(const vector< byte > &bytes) | TcpClient | [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] |
set_tcp_keepalive(boost::shared_ptr< tcp::socket > socket) | Tcp | [protected] |
shutdown() | TcpClient | [virtual] |
Tcp(string host, int port, boost::asio::io_service &io_service) | Tcp | |
TcpClient(const string &host, int port, boost::asio::io_service &io_service) | TcpClient | |
TcpClient(const string &host, int port, boost::asio::io_service &io_service, map< string, string > options) | TcpClient | |
TcpClient(const TcpClient &other) | TcpClient | [private] |
TcpEvent class | Tcp | [friend] |
using_ipv6 | Tcp | [protected] |
waiting_to_shutdown | Tcp | [protected] |
~Client() | Client | [inline, virtual] |
~NetworkObject() | NetworkObject | [inline, virtual] |
~Tcp() | Tcp | [inline, virtual] |
~TcpClient() | TcpClient | [virtual] |