RESTinio
tls_fwd.hpp
Go to the documentation of this file.
1/*
2 * RESTinio
3 */
4
12#pragma once
13
14namespace restinio
15{
16
17namespace impl
18{
19
20class tls_socket_t;
21
22// Just a forward declaration.
25 tls_socket_t & socket ) noexcept;
26
27} /* namespace impl */
28
31
32} /* namespace restinio */
33
Socket adapter for asio::ssl::stream< asio::ip::tcp::socket >.
Definition: tls_socket.hpp:37
tls_socket_t * make_tls_socket_pointer_for_state_listener(asio_ns::ip::tcp::socket &) noexcept
Definition: connection.hpp:277
impl::tls_socket_t tls_socket_t
A public alias for the actual implementation of TLS-socket.
Definition: tls_fwd.hpp:30