RESTinio
tls_fwd.hpp
Go to the documentation of this file.
1 /*
2  * RESTinio
3  */
4 
12 #pragma once
13 
14 namespace restinio
15 {
16 
17 namespace impl
18 {
19 
20 class 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 
restinio::tls_socket_t
impl::tls_socket_t tls_socket_t
A public alias for the actual implementation of TLS-socket.
Definition: tls_fwd.hpp:30
restinio::impl::make_tls_socket_pointer_for_state_listener
tls_socket_t * make_tls_socket_pointer_for_state_listener(asio_ns::ip::tcp::socket &) noexcept
Definition: connection.hpp:277
restinio::impl::tls_socket_t
Socket adapter for asio::ssl::stream< asio::ip::tcp::socket >.
Definition: tls_socket.hpp:37
restinio
Definition: asio_include.hpp:21