|
xrpld
|
This is the complete list of members for AutoSocket, including all inherited members.
| asyncHandshake(handshake_type type, callback cbFunc) | AutoSocket | |
| asyncRead(Buf const &buffers, Condition cond, Handler handler) | AutoSocket | |
| asyncRead(boost::asio::basic_streambuf< Allocator > &buffers, Condition cond, Handler handler) | AutoSocket | |
| asyncRead(Buf const &buffers, Handler handler) | AutoSocket | |
| asyncReadSome(Seq const &buffers, Handler handler) | AutoSocket | |
| asyncReadUntil(Seq const &buffers, Condition condition, Handler handler) | AutoSocket | |
| asyncReadUntil(boost::asio::basic_streambuf< Allocator > &buffers, std::string const &delim, Handler handler) | AutoSocket | |
| asyncReadUntil(boost::asio::basic_streambuf< Allocator > &buffers, MatchCondition cond, Handler handler) | AutoSocket | |
| asyncShutdown(ShutdownHandler handler) | AutoSocket | |
| asyncWrite(Buf const &buffers, Handler handler) | AutoSocket | |
| asyncWrite(boost::asio::basic_streambuf< Allocator > &buffers, Handler handler) | AutoSocket | |
| asyncWriteSome(Seq const &buffers, Handler handler) | AutoSocket | |
| AutoSocket(boost::asio::io_context &s, boost::asio::ssl::context &c, bool secureOnly, bool plainOnly) | AutoSocket | |
| AutoSocket(boost::asio::io_context &s, boost::asio::ssl::context &c) | AutoSocket | |
| buffer_ | AutoSocket | private |
| callback typedef | AutoSocket | |
| cancel(boost::system::error_code &ec) | AutoSocket | |
| endpoint_type typedef | AutoSocket | |
| error_code typedef | AutoSocket | |
| handleAutodetect(callback cbFunc, error_code const &ec, size_t bytesTransferred) | AutoSocket | protected |
| handshake_type typedef | AutoSocket | |
| isSecure() const | AutoSocket | |
| j_ | AutoSocket | private |
| localEndpoint() | AutoSocket | |
| lowest_layer_type typedef | AutoSocket | |
| lowestLayer() | AutoSocket | |
| plain_socket typedef | AutoSocket | |
| plainSocket() | AutoSocket | |
| remoteEndpoint() | AutoSocket | |
| secure_ | AutoSocket | private |
| socket_ | AutoSocket | private |
| socket_ptr typedef | AutoSocket | |
| ssl_socket typedef | AutoSocket | |
| sslSocket() | AutoSocket | |
| swap(AutoSocket &s) noexcept | AutoSocket |