_buffer_size | rxsocket::RxTCPClient | [protected] |
_can_send | rxsocket::RxTCPClient | [protected] |
_current_packet | connection::ServerConnection | [protected] |
_host | rxsocket::RxTCPClient | [protected] |
_port | rxsocket::RxTCPClient | [protected] |
_receive_buf | rxsocket::RxTCPClient | [protected] |
_send_buf | rxsocket::RxTCPClient | [protected] |
_socket | rxsocket::RxSocket | [protected] |
_wnd | rxsocket::RxSocket | [protected] |
can_accept() | rxsocket::RxSocket | [protected, virtual] |
can_read() | connection::ServerConnection | [protected, virtual] |
can_send() const | rxsocket::RxTCPClient | [protected, virtual] |
can_write() | rxsocket::RxTCPClient | [protected, virtual] |
close() | rxsocket::RxSocket | [protected, virtual] |
data_available() | connection::ServerConnection | [virtual] |
rxsocket::RxTCPClient::data_available() const | rxsocket::RxTCPClient | [protected, virtual] |
def_can_read() | rxsocket::RxTCPClient | [protected] |
def_can_write() | rxsocket::RxTCPClient | [protected] |
event_close() | connection::ServerConnection | [protected, virtual] |
event_connect() | connection::ServerConnection | [protected, virtual] |
fill_packet(packets::IncomingPacket *ip) | connection::ServerConnection | |
fill_packet_now() | connection::ServerConnection | [protected] |
get_instance() | connection::ServerConnection | [static] |
get_op() | connection::ServerConnection | |
get_receive_buf() const | rxsocket::RxTCPClient | [protected, virtual] |
get_send_buf() const | rxsocket::RxTCPClient | [protected, virtual] |
is_connected() | rxsocket::RxSocket | [protected, virtual] |
open() | rxsocket::RxTCPClient | [protected, virtual] |
operator<<(packets::OutgoingPacket *op) | connection::ServerConnection | |
print(std::ostream &os) const | connection::ServerConnection | |
rxsocket::RxTCPClient::print(std::ostream &os) | rxsocket::RxSocket | [protected] |
process_event(int code, int err) | rxsocket::RxSocket | [protected, virtual] |
push_packet(packets::OutgoingPacket *op) | connection::ServerConnection | |
receive(std::string &str, int size) | rxsocket::RxTCPClient | [protected, virtual] |
RxSocket() | rxsocket::RxSocket | [protected] |
RxTCPClient(const std::string &host, u_short port, int buffer_size=RXSOCKET_BUFFER_SIZE) | rxsocket::RxTCPClient | [protected] |
send(const std::string &str) | rxsocket::RxTCPClient | [protected, virtual] |
send_now() | rxsocket::RxTCPClient | [protected] |
ServerConnection(const std::string &host, u_short port) | connection::ServerConnection | |
set_instance(HINSTANCE instance) | rxsocket::RxSocket | [protected, static] |
start_connection() | connection::ServerConnection | |
~RxSocket() | rxsocket::RxSocket | [protected] |