LeviLamina
Loading...
Searching...
No Matches
RakNetConnector::ConnectionCallbacks Struct Referenceabstract
+ Inheritance diagram for RakNetConnector::ConnectionCallbacks:

Public Member Functions

virtual void onAllConnectionsClosed (::Connection::DisconnectFailReason, ::std::string const &, bool)=0
 
virtual void onAllRemoteConnectionsClosed (::Connection::DisconnectFailReason, ::std::string const &, bool)=0
 
virtual void onOutgoingConnectionFailed (::Connection::DisconnectFailReason, ::std::string const &)=0
 
virtual void onWebsocketRequest (::std::string const &, ::std::string const &, ::std::function< void()>)=0
 
virtual bool onNewIncomingConnection (::NetworkIdentifier const &, ::std::shared_ptr<::NetworkPeer > &&)=0
 
virtual bool onNewOutgoingConnection (::NetworkIdentifier const &, ::std::shared_ptr<::NetworkPeer > &&)=0
 
virtual void onConnectionClosed (::NetworkIdentifier const &, ::Connection::DisconnectFailReason const, ::std::string const &, bool)=0
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Constructor & Destructor Documentation

◆ ~ConnectionCallbacks()

virtual RakNetConnector::ConnectionCallbacks::~ConnectionCallbacks ( )
virtualdefault

Reimplemented from Connector::ConnectionCallbacks.

Member Function Documentation

◆ $vftable()

static MCAPI void ** RakNetConnector::ConnectionCallbacks::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this struct was generated from the following file: