10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
WindowsHTTPServer.h
1
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined (_WIN64)
2
3
#ifndef TENDUKE_OSA_WIN_WINDOWSHTTPSERVER_H
4
#define TENDUKE_OSA_WIN_WINDOWSHTTPSERVER_H
5
6
#include "./WinSockAPI.h"
7
#include "http/server/AbstractHTTPServer.h"
8
9
namespace
tenduke
{
namespace
osa
{
namespace
win {
10
11
class
WindowsHTTPServer :
public
tenduke::http::server::AbstractHTTPServer
12
{
13
public
:
14
WindowsHTTPServer(
15
std::uint16_t port,
16
const
std::shared_ptr<const ::tenduke::net::URLCodec> &urlCodec
17
);
18
19
private
:
20
tenduke::osa::win::WinSockAPI winsock;
21
};
22
23
}}}
24
25
#endif
//TENDUKE_OSA_WIN_WINDOWSHTTPSERVER_H
26
27
#endif
// Windows
tenduke::osa
Operating system abstraction.
Definition
win32_utils.h:7
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
oidc
osbrowser
src
osa
win
WindowsHTTPServer.h
Generated by
1.17.0