LeviLamina
Loading...
Searching...
No Matches
NetherNetTransportServerConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace NetherNet {
6
8public:
9 // NetherNetTransportServerConfiguration inner types define
10 enum class SignalingHost : uchar {
11 WebSocket = 0,
12 Deferred = 1,
13 TcpClientPrototype = 2,
14 TcpServerPrototype = 3,
15 None = 4,
16 };
17
18public:
19 // member variables
20 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
35
36public:
37 // member functions
38 // NOLINTBEGIN
40 // NOLINTEND
41
42public:
43 // static variables
44 // NOLINTBEGIN
45 MCNAPI static uint64 const& MAX_KNOWN_MAPPED_ADDRESSES();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace NetherNet
Definition NetherNetTransportServerConfiguration.h:7
static MCAPI uint64 const & MAX_KNOWN_MAPPED_ADDRESSES()
Definition Alias.h:14