This is the complete list of members for RemoteConnection, including all inherited members.
buffer | RemoteConnection | private |
chunked_data_left | RemoteConnection | private |
context | RemoteConnection | protected |
do_close() | RemoteConnection | |
fdin | RemoteConnection | private |
fdout | RemoteConnection | private |
get_message(std::string &result, double end_time) | RemoteConnection | |
get_message_chunk(std::string &result, size_t at_least, double end_time) | RemoteConnection | |
get_message_chunked(double end_time) | RemoteConnection | |
operator=(const RemoteConnection &) | RemoteConnection | private |
read_at_least(size_t min_len, double end_time) | RemoteConnection | private |
ready_to_read() const | RemoteConnection | |
receive_file(const std::string &file, double end_time) | RemoteConnection | |
RemoteConnection(const RemoteConnection &) | RemoteConnection | private |
RemoteConnection(int fdin_, int fdout_, const std::string &context_=std::string()) | RemoteConnection | |
send_file(char type, int fd, double end_time) | RemoteConnection | |
send_message(char type, const std::string &s, double end_time) | RemoteConnection | |
send_or_write(const void *p, size_t n) | RemoteConnection | private |
shutdown() | RemoteConnection | |
sniff_next_message_type(double end_time) | RemoteConnection | |