|
|
RakNetConnector & | operator= (RakNetConnector const &) |
| |
|
| RakNetConnector (RakNetConnector const &) |
| |
| virtual bool | host (::ConnectionDefinition const &definition) |
| |
| virtual bool | connect (::Social::GameConnectionInfo const &primaryConnection, ::Social::GameConnectionInfo const &backupConnection) |
| |
| virtual void | disconnect () |
| |
| virtual void | tick () |
| |
| virtual void | runEvents () |
| |
| virtual void | closeNetworkConnection (::NetworkIdentifier const &id) |
| |
| virtual bool | setApplicationHandshakeCompleted (::NetworkIdentifier const &id) |
| |
| virtual bool | isServer () const |
| |
|
virtual::std::string | getLocalIp () |
| |
| virtual ushort | getPort () const |
| |
|
virtual::Social::GameConnectionInfo const & | getConnectedGameInfo () const |
| |
| virtual bool | isIPv4Supported () const |
| |
| virtual bool | isIPv6Supported () const |
| |
| virtual ushort | getIPv4Port () const |
| |
| virtual ushort | getIPv6Port () const |
| |
| virtual::NetworkIdentifier | getNetworkIdentifier () const |
| |
|
virtual::RakNet::RakPeerInterface * | getPeer () |
| |
|
virtual::RakNet::RakPeerInterface const * | getPeer () const |
| |
|
virtual::TransportLayer | getNetworkType () const |
| |
| virtual void | setDisableLanSignaling (bool) |
| |
| virtual void | _onDisable () |
| |
| virtual void | _onEnable () |
| |
|
MCAPI | RakNetConnector (::RakNetConnector::ConnectionCallbacks &callbacks, ::RakPeerHelper::IPSupportInterface &ipInterface, ::Bedrock::NonOwnerPointer<::AppPlatform > const &appPlatform, ::RakNet::RakPeerConfiguration const &rakPeerConfig) |
| |
|
MCAPI ::std::shared_ptr<::RakNetConnector::RakNetNetworkPeer > | _createPeer (::NetworkIdentifier const &id) |
| |
|
MCAPI ::std::vector<::std::string > | _getLocalIps () const |
| |
|
MCAPI ::std::vector<::RakNet::SystemAddress > | _getRefinedLocalIps () const |
| |
|
MCAPI void | _storeLocalIP () |
| |
|
MCAPI bool | getStatistics (::RakNet::RakNetStatistics &rns) |
| |
|
MCAPI void * | $ctor (::RakNetConnector::ConnectionCallbacks &callbacks, ::RakPeerHelper::IPSupportInterface &ipInterface, ::Bedrock::NonOwnerPointer<::AppPlatform > const &appPlatform, ::RakNet::RakPeerConfiguration const &rakPeerConfig) |
| |
|
MCAPI void | $dtor () |
| |
|
MCAPI bool | $host (::ConnectionDefinition const &definition) |
| |
|
MCAPI bool | $connect (::Social::GameConnectionInfo const &primaryConnection, ::Social::GameConnectionInfo const &backupConnection) |
| |
|
MCAPI void | $disconnect () |
| |
|
MCAPI void | $tick () |
| |
|
MCAPI void | $runEvents () |
| |
|
MCAPI void | $closeNetworkConnection (::NetworkIdentifier const &id) |
| |
|
MCAPI bool | $setApplicationHandshakeCompleted (::NetworkIdentifier const &id) |
| |
|
MCAPI bool | $isServer () const |
| |
|
MCAPI::std::string | $getLocalIp () |
| |
|
MCAPI ushort | $getPort () const |
| |
|
MCAPI::Social::GameConnectionInfo const & | $getConnectedGameInfo () const |
| |
|
MCAPI bool | $isIPv4Supported () const |
| |
|
MCAPI bool | $isIPv6Supported () const |
| |
|
MCAPI ushort | $getIPv4Port () const |
| |
|
MCAPI ushort | $getIPv6Port () const |
| |
|
MCAPI::NetworkIdentifier | $getNetworkIdentifier () const |
| |
|
MCFOLD::RakNet::RakPeerInterface * | $getPeer () |
| |
|
MCFOLD::RakNet::RakPeerInterface const * | $getPeer () const |
| |
|
MCFOLD::TransportLayer | $getNetworkType () const |
| |
|
MCFOLD void | $setDisableLanSignaling (bool) |
| |
|
MCAPI void | $_onDisable () |
| |
|
MCAPI void | $_onEnable () |
| |
|
virtual void | setInactivityTimeout (::NetworkIdentifier const &, ::std::optional<::std::chrono::seconds >) |
| |
| MCAPI void | $setInactivityTimeout (::NetworkIdentifier const &, ::std::optional<::std::chrono::seconds >) |
| |
|
MCFOLD void * | $ctor () |
| |
|
MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
| |
|
|
::ll::TypedStorage< 8, 176, ::NetworkIdentifier > | mNATPunchServerId |
| |
|
::ll::TypedStorage< 8, 456, ::Social::GameConnectionInfo > | mBackupGameConnection |
| |
|
::ll::TypedStorage< 1, 1, bool > | mTryBackupConnection |
| |
|
::ll::TypedStorage< 8, 16, ::std::unique_ptr<::RakNet::RakPeerInterface, void(*)(::RakNet::RakPeerInterface *)> > | mRakPeer |
| |
|
::ll::TypedStorage< 8, 176, ::NetworkIdentifier > | mServerId |
| |
|
::ll::TypedStorage< 8, 24, ::RakPeerHelper > | mPeerHelper |
| |
|
::ll::TypedStorage< 8, 8, ::RakPeerHelper::IPSupportInterface & > | mIPSupportInterface |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsAwaitingNatClient |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsServer |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsDisconnecting |
| |
|
::ll::TypedStorage< 1, 1, bool > | mConnectingToClient |
| |
|
::ll::TypedStorage< 8, 456, ::Social::GameConnectionInfo > | mConnectedGameInfo |
| |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::NetworkIdentifier, ::std::weak_ptr<::RakNetConnector::RakNetNetworkPeer > > > | mPeers |
| |
|
::ll::TypedStorage< 1, 1, bool > | mWasHostWhenSuspended |
| |
|
::ll::TypedStorage< 4, 20, ::ConnectionDefinition > | mPreviousConnectionDefinition |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | mResolvedIP |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::RakNetConnector::PingCallbackData > > | mPingTimeCallbacks |
| |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::MPMCQueue<::std::function< void()> > > > | mOwnedThreadWork |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnkf38309 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnkaf3b65 |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnk1d223d |
| |
|
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |
| |