2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#include "net/rc/stream/tls/SocketServer.h"
22#include "core/socket/Socket.hpp"
23#include "core/socket/stream/tls/SocketAcceptor.hpp"
24#include "core/socket/stream/tls/SocketConnection.hpp"
26#ifndef DOXYGEN_SHOULD_SKIP_THIS
30template class core::
socket::
Socket<net::rc::stream::tls::config::ConfigSocketServer>;
32 net::rc::stream::tls::config::ConfigSocketServer>;
33template class core::socket::stream::tls::SocketConnection<net::rc::phy::stream::PhysicalSocketServer>;