TrinityCore
Loading...
Searching...
No Matches
Trinity::Net::SslStream< WrappedStream > Member List

This is the complete list of members for Trinity::Net::SslStream< WrappedStream >, including all inherited members.

_sslSocketTrinity::Net::SslStream< WrappedStream >protected
async_connect(boost::asio::ip::tcp::endpoint const &endpoint, ConnectHandlerType &&handler)Trinity::Net::SslStream< WrappedStream >inline
async_handshake(boost::asio::ssl::stream_base::handshake_type type, HandshakeHandlerType &&handler)Trinity::Net::SslStream< WrappedStream >inline
async_read_some(MutableBufferSequence const &buffers, ReadHandlerType &&handler)Trinity::Net::SslStream< WrappedStream >inline
async_wait(boost::asio::socket_base::wait_type type, WaitHandlerType &&handler)Trinity::Net::SslStream< WrappedStream >inline
async_write_some(ConstBufferSequence const &buffers, WriteHandlerType &&handler)Trinity::Net::SslStream< WrappedStream >inline
close(boost::system::error_code &error)Trinity::Net::SslStream< WrappedStream >inline
executor_type typedefTrinity::Net::SslStream< WrappedStream >
get_executor()Trinity::Net::SslStream< WrappedStream >inline
is_open() constTrinity::Net::SslStream< WrappedStream >inline
remote_endpoint() constTrinity::Net::SslStream< WrappedStream >inline
set_option(SettableSocketOption const &option, boost::system::error_code &error)Trinity::Net::SslStream< WrappedStream >inline
set_server_name(std::string const &serverName, boost::system::error_code &error)Trinity::Net::SslStream< WrappedStream >inline
shutdown(boost::asio::socket_base::shutdown_type what, boost::system::error_code &shutdownError)Trinity::Net::SslStream< WrappedStream >inline
SslStream(IoContextTcpSocket &&socket, boost::asio::ssl::context &sslContext)Trinity::Net::SslStream< WrappedStream >inlineexplicit
SslStream(boost::asio::io_context &context, boost::asio::ssl::context &sslContext)Trinity::Net::SslStream< WrappedStream >inlineexplicit
write_some(ConstBufferSequence const &buffers, boost::system::error_code &error)Trinity::Net::SslStream< WrappedStream >inline