ASIO_INITFN_RESULT_TYPE(HandshakeHandler, void(asio::error_code)) async_handshake(handshake_type type | asio::ssl::stream< Stream > | |
ASIO_INITFN_RESULT_TYPE(BufferedHandshakeHandler, void(asio::error_code, std::size_t)) async_handshake(handshake_type type | asio::ssl::stream< Stream > | |
ASIO_INITFN_RESULT_TYPE(ShutdownHandler, void(asio::error_code)) async_shutdown(ASIO_MOVE_ARG(ShutdownHandler) handler) | asio::ssl::stream< Stream > | inline |
ASIO_INITFN_RESULT_TYPE(WriteHandler, void(asio::error_code, std::size_t)) async_write_some(const ConstBufferSequence &buffers | asio::ssl::stream< Stream > | |
ASIO_INITFN_RESULT_TYPE(ReadHandler, void(asio::error_code, std::size_t)) async_read_some(const MutableBufferSequence &buffers | asio::ssl::stream< Stream > | |
ASIO_MOVE_ARG(HandshakeHandler) handler) | asio::ssl::stream< Stream > | inline |
ASIO_MOVE_ARG(BufferedHandshakeHandler) handler) | asio::ssl::stream< Stream > | inline |
ASIO_MOVE_ARG(WriteHandler) handler) | asio::ssl::stream< Stream > | inline |
ASIO_MOVE_ARG(ReadHandler) handler) | asio::ssl::stream< Stream > | inline |
buffers | asio::ssl::stream< Stream > | |
client enum value | asio::ssl::stream_base | |
get_io_service() | asio::ssl::stream< Stream > | inline |
handshake(handshake_type type) | asio::ssl::stream< Stream > | inline |
handshake(handshake_type type, asio::error_code &ec) | asio::ssl::stream< Stream > | inline |
handshake(handshake_type type, const ConstBufferSequence &buffers) | asio::ssl::stream< Stream > | inline |
handshake(handshake_type type, const ConstBufferSequence &buffers, asio::error_code &ec) | asio::ssl::stream< Stream > | inline |
handshake_type enum name | asio::ssl::stream_base | |
impl() | asio::ssl::stream< Stream > | inline |
impl_type typedef | asio::ssl::stream< Stream > | |
lowest_layer() | asio::ssl::stream< Stream > | inline |
lowest_layer() const | asio::ssl::stream< Stream > | inline |
lowest_layer_type typedef | asio::ssl::stream< Stream > | |
native_handle() | asio::ssl::stream< Stream > | inline |
native_handle_type typedef | asio::ssl::stream< Stream > | |
next_layer() const | asio::ssl::stream< Stream > | inline |
next_layer() | asio::ssl::stream< Stream > | inline |
next_layer_type typedef | asio::ssl::stream< Stream > | |
noncopyable() | asio::detail::noncopyable | inlineprivate |
read_some(const MutableBufferSequence &buffers) | asio::ssl::stream< Stream > | inline |
read_some(const MutableBufferSequence &buffers, asio::error_code &ec) | asio::ssl::stream< Stream > | inline |
server enum value | asio::ssl::stream_base | |
set_verify_callback(VerifyCallback callback) | asio::ssl::stream< Stream > | inline |
set_verify_callback(VerifyCallback callback, asio::error_code &ec) | asio::ssl::stream< Stream > | inline |
set_verify_depth(int depth) | asio::ssl::stream< Stream > | inline |
set_verify_depth(int depth, asio::error_code &ec) | asio::ssl::stream< Stream > | inline |
set_verify_mode(verify_mode v) | asio::ssl::stream< Stream > | inline |
set_verify_mode(verify_mode v, asio::error_code &ec) | asio::ssl::stream< Stream > | inline |
shutdown() | asio::ssl::stream< Stream > | inline |
shutdown(asio::error_code &ec) | asio::ssl::stream< Stream > | inline |
stream(Arg &arg, context &ctx) | asio::ssl::stream< Stream > | inline |
write_some(const ConstBufferSequence &buffers) | asio::ssl::stream< Stream > | inline |
write_some(const ConstBufferSequence &buffers, asio::error_code &ec) | asio::ssl::stream< Stream > | inline |
~noncopyable() | asio::detail::noncopyable | inlineprivate |
~stream() | asio::ssl::stream< Stream > | inline |
~stream_base() | asio::ssl::stream_base | inlineprotected |