#include <NetClientCh.h>
|
| ~NetClientCh () |
|
| NetClientCh () |
|
| NetClientCh (Str_8 name, const Version &version, Endpoint remoteEndpoint) |
|
| NetClientCh (NetClientCh &&client) noexcept |
|
| NetClientCh (const NetClientCh &client) |
|
NetClientCh & | operator= (NetClientCh &&client) noexcept |
|
NetClientCh & | operator= (const NetClientCh &client) |
|
virtual void | OnConnected (Serializer< UInt_64 > data) |
|
virtual void | OnActive (Serializer< UInt_64 > data) |
|
virtual void | OnQueueUpdate (Serializer< UInt_64 > data) |
|
virtual void | OnDisconnected (Serializer< UInt_64 > data) |
|
virtual void | OnRejected (Serializer< UInt_64 > data) |
|
virtual void | OnTimeout (Serializer< UInt_64 > data) |
|
void | Connect (const Endpoint &endpoint, const Serializer< UInt_64 > &payload) |
|
bool | Disconnect (const Serializer< UInt_64 > &payload) |
|
void | Send (bool deltaLocked, UInt_64 encId, bool ensure, UInt_64 sysId, UInt_64 opId, const Serializer< UInt_64 > &payload) |
|
void | Send (bool deltaLocked, const Str_8 &encName, bool ensure, const Str_8 &sysName, const Str_8 &opName, const Serializer< UInt_64 > &payload) |
|
NetStatus | GetStatus () const |
|
virtual | ~NetChannel () |
|
| NetChannel () |
|
| NetChannel (Str_8 name, const Version &version) |
|
| NetChannel (NetChannel &&channel) noexcept |
|
| NetChannel (const NetChannel &channel) |
|
NetChannel & | operator= (NetChannel &&channel) noexcept |
|
NetChannel & | operator= (const NetChannel &channel) |
|
EHC * | GetOwner () const |
|
UInt_64 | GetId () const |
|
Str_8 | GetName () const |
|
Version | GetVersion () const |
|
void | SetMaxTimeout (float seconds) |
|
float | GetMaxTimeout () const |
|
void | SetResendRate (float seconds) |
|
float | GetResendRate () const |
|
void | EnableDropPackets (bool enable) |
|
bool | IsDropPacketsEnabled () const |
|
bool | AddSystem (NetSys *sys) |
|
bool | IsValid () const |
|
◆ ~NetClientCh()
ehs::NetClientCh::~NetClientCh |
( |
| ) |
|
◆ NetClientCh() [1/4]
ehs::NetClientCh::NetClientCh |
( |
| ) |
|
◆ NetClientCh() [2/4]
◆ NetClientCh() [3/4]
◆ NetClientCh() [4/4]
ehs::NetClientCh::NetClientCh |
( |
const NetClientCh & |
client | ) |
|
◆ Connect()
void ehs::NetClientCh::Connect |
( |
const Endpoint & |
endpoint, |
|
|
const Serializer< UInt_64 > & |
payload |
|
) |
| |
◆ Disconnect()
bool ehs::NetClientCh::Disconnect |
( |
const Serializer< UInt_64 > & |
payload | ) |
|
◆ GetStatus()
NetStatus ehs::NetClientCh::GetStatus |
( |
| ) |
const |
◆ OnActive()
void ehs::NetClientCh::OnActive |
( |
Serializer< UInt_64 > |
data | ) |
|
|
virtual |
◆ OnConnected()
void ehs::NetClientCh::OnConnected |
( |
Serializer< UInt_64 > |
data | ) |
|
|
virtual |
◆ OnDisconnected()
void ehs::NetClientCh::OnDisconnected |
( |
Serializer< UInt_64 > |
data | ) |
|
|
virtual |
◆ OnQueueUpdate()
void ehs::NetClientCh::OnQueueUpdate |
( |
Serializer< UInt_64 > |
data | ) |
|
|
virtual |
◆ OnRejected()
void ehs::NetClientCh::OnRejected |
( |
Serializer< UInt_64 > |
data | ) |
|
|
virtual |
◆ OnTimeout()
void ehs::NetClientCh::OnTimeout |
( |
Serializer< UInt_64 > |
data | ) |
|
|
virtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Send() [1/2]
void ehs::NetClientCh::Send |
( |
bool |
deltaLocked, |
|
|
const Str_8 & |
encName, |
|
|
bool |
ensure, |
|
|
const Str_8 & |
sysName, |
|
|
const Str_8 & |
opName, |
|
|
const Serializer< UInt_64 > & |
payload |
|
) |
| |
◆ Send() [2/2]
void ehs::NetClientCh::Send |
( |
bool |
deltaLocked, |
|
|
UInt_64 |
encId, |
|
|
bool |
ensure, |
|
|
UInt_64 |
sysId, |
|
|
UInt_64 |
opId, |
|
|
const Serializer< UInt_64 > & |
payload |
|
) |
| |
◆ EHC
The documentation for this class was generated from the following files: