![]() |
TrinityCore
|
#include "Define.h"#include "Socket.h"#include "SocketConnectionInitializer.h"#include <boost/asio/ip/tcp.hpp>#include <boost/asio/ssl/stream.hpp>#include <boost/system/error_code.hpp>
Include dependency graph for SslStream.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Trinity::Net::SslHandshakeConnectionInitializer< SocketImpl > |
| class | Trinity::Net::SslStream< WrappedStream > |
Namespaces | |
| namespace | Trinity |
| namespace | Trinity::Net |
| namespace | Trinity::Net::SslHandshakeHelpers |
Functions | |
| TC_NETWORK_API void | Trinity::Net::SslHandshakeHelpers::LogFailure (boost::asio::ip::address const &ipAddress, uint16 port, boost::system::error_code const &error) |