RESTinio
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.
23
tls_socket_t
*
24
make_tls_socket_pointer_for_state_listener
(
25
tls_socket_t
& socket )
noexcept
;
26
27
}
/* namespace impl */
28
30
using
tls_socket_t
=
impl::tls_socket_t
;
31
32
}
/* namespace restinio */
33
restinio::impl::tls_socket_t
Socket adapter for asio::ssl::stream< asio::ip::tcp::socket >.
Definition:
tls_socket.hpp:37
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
Definition:
asio_include.hpp:21
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
Generated by
1.9.3