, including all inherited members.
| _accept(int port, int server_socket) const | Network::NetSocket | [protected] |
| _addr | Network::Socket | [protected] |
| _bind(int port, const std::string &host) | Network::NetSocket | [protected] |
| _bind(int port) | Network::NetSocket | [protected] |
| _buffer | Network::Socket | [protected] |
| _check_answer(int res, std::string &str) | Network::Socket | [inline, protected] |
| _close(int socket) const | Network::Socket | [protected] |
| _connect(int socket, int port, const std::string &host) const | Network::NetSocket | [protected] |
| _delim | Network::Socket | [protected] |
| _empty_lines | Network::Socket | [protected] |
| _find_delim(const std::string &str, int start) const | Network::Socket | [protected] |
| _get_addr(int port) const | Network::NetSocket | [protected] |
| _get_addr(const std::string &host, int port) const | Network::NetSocket | [protected] |
| _get_ip(int port, int socket) const | Network::NetSocket | [protected] |
| _kind | Network::Socket | [protected] |
| _listen(int socket) const | Network::Socket | [protected] |
| _port | Network::NetSocket | [protected] |
| _proto_kind | Network::Socket | [protected] |
| _read_line(int socket) | Network::NetSocket | [protected, virtual] |
| _read_line(int socket, int &port, std::string &host) | Network::NetSocket | [protected] |
| _read_line_bin(int socket, int &port, std::string &host, unsigned int pkg_size)=0 | Network::NetSocket | [protected, pure virtual] |
| _read_line_bin(int socket, unsigned int size)=0 | Network::NetSocket | [protected, pure virtual] |
| _recv_flags | Network::Socket | [protected] |
| _set_timeout(bool enable, int socket, int timeout) | Network::Socket | [protected] |
| _socket | Network::Socket | [protected] |
| _state_timeout | Network::Socket | [protected] |
| _tls | Network::Socket | [protected] |
| _update_buffer(std::pair< int, int > &delim, int &i, std::string &str) | Network::Socket | [inline, protected] |
| _version | Network::Socket | [protected] |
| _write_str(int socket, const std::string &str, const std::string &host, int port) const | Network::NetSocket | [protected] |
| Network::Socket::_write_str(int socket, const std::string &str) const | Network::Socket | [protected] |
| _write_str_bin(int socket, const std::string &str, const std::string &host, int port) const | Network::NetSocket | [protected] |
| Network::Socket::_write_str_bin(int socket, const std::string &str) const | Network::Socket | [protected] |
| add_delim(const std::string &delim) | Network::Socket | |
| allow_empty_lines() | Network::Socket | |
| connected() const | Network::Socket | |
| del_delim(const std::string &delim) | Network::Socket | |
| enable_tls() | Network::Socket | |
| get_socket() | Network::Socket | |
| init_tls(GnuTLSKind kind, unsigned size=1024, const std::string &certfile="", const std::string &keyfile="", const std::string &trustfile="", const std::string &crlfile="") | Network::Socket | |
| NetSocket(SOCKET_KIND kind, SOCKET_VERSION version=V4) | Network::NetSocket | [inline] |
| NetSocket(SOCKET_KIND kind, PROTO_KIND pkind, SOCKET_VERSION version=V4) | Network::NetSocket | [inline] |
| read() | Network::NetSocket | [virtual] |
| read(int timeout) | Network::NetSocket | [virtual] |
| read(int &port, std::string &host) | Network::NetSocket | |
| read(int &port, std::string &host, int timeout) | Network::NetSocket | |
| readn(unsigned int size) | Network::NetSocket | [virtual] |
| readn(int timeout, unsigned int size) | Network::NetSocket | [virtual] |
| readn(int &port, std::string &host, unsigned int size) | Network::NetSocket | |
| readn(int &port, std::string &host, int timeout, unsigned int size) | Network::NetSocket | |
| Socket(SOCKET_KIND kind, SOCKET_VERSION version=V4) | Network::Socket | |
| Socket(SOCKET_KIND kind, PROTO_KIND pkind, SOCKET_VERSION version=V4) | Network::Socket | |
| write(const std::string &str) | Network::Socket | |
| writeto(const std::string &str, const std::string &host, int port) | Network::NetSocket | [virtual] |
| ~NetSocket() | Network::NetSocket | [inline, virtual] |
| ~Socket() | Network::Socket | [virtual] |