LeviLamina
Loading...
Searching...
No Matches
SignalingService::Connection Class Reference
Inheritance diagram for SignalingService::Connection:

Public Member Functions

Connection & operator= (Connection const &)
 Connection (Connection const &)
virtual void onConnect ()
virtual void onMessage (::std::string_view incomingMessage)
virtual bool shouldReconnect () const
virtual ::Bedrock::Threading::Async<::Bedrock::Http::UrlgetUrl ()
virtual ::Bedrock::Threading::Async<::Bedrock::Http::HeaderCollectiongetHeaders ()
virtual::Bedrock::Http::RetryPolicy getReconnectPolicy ()
virtual void onDisconnect (bool, uint closeStatus)
virtual void _requestTurnConfig () const
virtual void _sendPing () const
virtual void onAppSuspended ()
virtual void onAppResumed ()
MCAPI void _sendTurnConfigTelemetry (::NetherNet::ESessionError result, ::std::vector<::NetherNet::StunRelayServer > const &config)
MCAPI ::Bedrock::Threading::Async<::std::error_code > connect ()
MCAPI void update ()
MCAPI void $onConnect ()
MCAPI void $onMessage (::std::string_view incomingMessage)
MCAPI bool $shouldReconnect () const
MCAPI ::Bedrock::Threading::Async<::Bedrock::Http::Url$getUrl ()
MCAPI ::Bedrock::Threading::Async<::Bedrock::Http::HeaderCollection$getHeaders ()
MCAPI::Bedrock::Http::RetryPolicy $getReconnectPolicy ()
MCAPI void $onDisconnect (bool, uint closeStatus)
MCAPI void $_requestTurnConfig () const
MCAPI void $_sendPing () const
MCAPI void $onAppSuspended ()
MCAPI void $onAppResumed ()
virtual void onClose (uint status)
MCAPI void _onConnect (::nonstd::expected<::Bedrock::Http::StatusCode, ::std::error_code > result, ::Bedrock::Http::RetryPolicy &&retry)
MCAPI void _reconnect (::nonstd::expected<::Bedrock::Http::StatusCode, ::std::error_code > lastResult, ::Bedrock::Http::RetryPolicy &&retry)
MCAPI ::Bedrock::Threading::Async<::nonstd::expected<::Bedrock::Http::StatusCode, ::std::error_code > > connectWithRetry (::Bedrock::Http::RetryPolicy &&retry)
MCAPI void disconnect ()
MCAPI void * $ctor ()
MCAPI void $dtor ()
MCAPI void $onClose (uint status)
virtual ::Bedrock::Threading::Async<::std::error_code > send (::std::string const &message) const
virtual void onBinaryMessage (::gsl::span< uchar const >)
MCAPI ::Bedrock::Threading::Async<::nonstd::expected<::Bedrock::Http::StatusCode, ::std::error_code > > connect (::std::string const &uri, ::Bedrock::Http::HeaderCollection const &headers)
MCAPI ::Bedrock::Threading::Async<::std::error_code > $send (::std::string const &message) const
MCAPI void $onBinaryMessage (::gsl::span< uchar const >)
virtual void onAppPaused ()
virtual void onAppUnpaused ()
virtual void onAppPreSuspended ()
virtual void onAppFocusLost ()
virtual void onAppFocusGained ()
virtual void onAppTerminated ()
virtual void onOperationModeChanged (::OperationMode const operationMode)
virtual void onPerformanceModeChanged (bool const boost)
virtual void onPushNotificationReceived (::PushNotificationMessage const &msg)
virtual void onResizeBegin ()
virtual void onResizeEnd ()
virtual void onDeviceLost ()
virtual void onAppSurfaceCreated ()
virtual void onAppSurfaceDestroyed ()
virtual void onClipboardCopy (::std::string const &clipString)
virtual void onClipboardPaste (::std::string const &clipString)
virtual void onLowMemory (::LowMemorySeverity)
MCAPI void initListener (float priority)
MCAPI void $dtor ()
MCFOLD void $onAppPaused ()
MCFOLD void $onAppUnpaused ()
MCFOLD void $onAppPreSuspended ()
MCFOLD void $onAppFocusLost ()
MCFOLD void $onAppFocusGained ()
MCFOLD void $onAppTerminated ()
MCFOLD void $onOperationModeChanged (::OperationMode const operationMode)
MCFOLD void $onPerformanceModeChanged (bool const boost)
MCFOLD void $onPushNotificationReceived (::PushNotificationMessage const &msg)
MCFOLD void $onResizeBegin ()
MCFOLD void $onResizeEnd ()
MCFOLD void $onDeviceLost ()
MCFOLD void $onAppSurfaceCreated ()
MCFOLD void $onAppSurfaceDestroyed ()
MCFOLD void $onClipboardCopy (::std::string const &clipString)
MCFOLD void $onClipboardPaste (::std::string const &clipString)
MCFOLD void $onLowMemory (::LowMemorySeverity)

Static Public Member Functions

static MCAPI void ** $vftable ()
static MCAPI void _deallocateSocketAsync (::HC_WEBSOCKET_OBSERVER *handle)
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 128 > mUnk306a7e
::ll::UntypedStorage< 8, 128 > mUnkfff716
::ll::UntypedStorage< 8, 16 > mUnk4d866b
::ll::UntypedStorage< 8, 24 > mUnk57d1b0
::ll::UntypedStorage< 8, 16 > mUnkdf0ed3
::ll::UntypedStorage< 8, 16 > mUnk6cd7b9
::ll::UntypedStorage< 8, 8 > mUnk8dbb48
::ll::UntypedStorage< 8, 8 > mUnkffd797
::ll::UntypedStorage< 8, 8 > mUnkfce3b0
::ll::UntypedStorage< 8, 8 > mUnkf492c0
::ll::UntypedStorage< 8, 16 > mUnk8388e9
::ll::UntypedStorage< 8, 16 > mUnk282280
::ll::UntypedStorage< 8, 48 > mUnk615ddf
::ll::UntypedStorage< 8, 88 > mUnk2cd884
::ll::UntypedStorage< 8, 8 > mUnk13cdc9
::ll::UntypedStorage< 8, 136 > mUnkd613a3
::ll::UntypedStorage< 8, 80 > mUnk59fcc6
::ll::UntypedStorage< 8, 8 > mUnk2d81af
::ll::UntypedStorage< 8, 8 > mUnk5cda29
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::SubscriptionmLowMemorySubscription
::ll::TypedStorage< 1, 1, bool > mListenerRegistered

Member Function Documentation

◆ onConnect()

virtual void SignalingService::Connection::onConnect ( )
virtual

◆ onMessage()

virtual void SignalingService::Connection::onMessage ( ::std::string_view incomingMessage)
virtual

Reimplemented from Bedrock::Http::WebSocket.

◆ shouldReconnect()

virtual bool SignalingService::Connection::shouldReconnect ( ) const
virtual

◆ getUrl()

virtual ::Bedrock::Threading::Async<::Bedrock::Http::Url > SignalingService::Connection::getUrl ( )
virtual

◆ onDisconnect()

virtual void SignalingService::Connection::onDisconnect ( bool ,
uint closeStatus )
virtual

◆ onAppSuspended()

virtual void SignalingService::Connection::onAppSuspended ( )
virtual

Reimplemented from AppPlatformListener.

◆ onAppResumed()

virtual void SignalingService::Connection::onAppResumed ( )
virtual

Reimplemented from AppPlatformListener.

◆ _sendTurnConfigTelemetry()

MCAPI void SignalingService::Connection::_sendTurnConfigTelemetry ( ::NetherNet::ESessionError result,
::std::vector<::NetherNet::StunRelayServer > const & config )
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.

◆ connect() [1/2]

MCAPI ::Bedrock::Threading::Async<::std::error_code > SignalingService::Connection::connect ( )
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.

◆ update()

MCAPI void SignalingService::Connection::update ( )
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.

◆ $onConnect()

MCAPI void SignalingService::Connection::$onConnect ( )
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.

◆ $onMessage()

MCAPI void SignalingService::Connection::$onMessage ( ::std::string_view incomingMessage)
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.

◆ $shouldReconnect()

MCAPI bool SignalingService::Connection::$shouldReconnect ( ) const
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.

◆ $getUrl()

MCAPI ::Bedrock::Threading::Async<::Bedrock::Http::Url > SignalingService::Connection::$getUrl ( )
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.

◆ $getHeaders()

MCAPI ::Bedrock::Threading::Async<::Bedrock::Http::HeaderCollection > SignalingService::Connection::$getHeaders ( )
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.

◆ $getReconnectPolicy()

MCAPI::Bedrock::Http::RetryPolicy SignalingService::Connection::$getReconnectPolicy ( )
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.

◆ $onDisconnect()

MCAPI void SignalingService::Connection::$onDisconnect ( bool ,
uint closeStatus )
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.

◆ $_requestTurnConfig()

MCAPI void SignalingService::Connection::$_requestTurnConfig ( ) const
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.

◆ $_sendPing()

MCAPI void SignalingService::Connection::$_sendPing ( ) const
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.

◆ $onAppSuspended()

MCAPI void SignalingService::Connection::$onAppSuspended ( )
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.

◆ $onAppResumed()

MCAPI void SignalingService::Connection::$onAppResumed ( )
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.

◆ onClose()

virtual void Bedrock::Http::PersistentWebSocket::onClose ( uint status)
virtualinherited

Reimplemented from Bedrock::Http::WebSocket.

◆ _onConnect()

MCAPI void Bedrock::Http::PersistentWebSocket::_onConnect ( ::nonstd::expected<::Bedrock::Http::StatusCode, ::std::error_code > result,
::Bedrock::Http::RetryPolicy && retry )
inherited
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.

◆ _reconnect()

MCAPI void Bedrock::Http::PersistentWebSocket::_reconnect ( ::nonstd::expected<::Bedrock::Http::StatusCode, ::std::error_code > lastResult,
::Bedrock::Http::RetryPolicy && retry )
inherited
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.

◆ connectWithRetry()

MCAPI ::Bedrock::Threading::Async<::nonstd::expected<::Bedrock::Http::StatusCode, ::std::error_code > > Bedrock::Http::PersistentWebSocket::connectWithRetry ( ::Bedrock::Http::RetryPolicy && retry)
inherited
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.

◆ disconnect()

MCAPI void Bedrock::Http::PersistentWebSocket::disconnect ( )
inherited
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.

◆ $ctor()

MCAPI void * Bedrock::Http::PersistentWebSocket::$ctor ( )
inherited
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.

◆ $dtor()

MCAPI void Bedrock::Http::PersistentWebSocket::$dtor ( )
inherited
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.

◆ $onClose()

MCAPI void Bedrock::Http::PersistentWebSocket::$onClose ( uint status)
inherited
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.

◆ $vftable() [1/2]

MCAPI void ** Bedrock::Http::PersistentWebSocket::$vftable ( )
staticinherited
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.

◆ connect() [2/2]

MCAPI ::Bedrock::Threading::Async<::nonstd::expected<::Bedrock::Http::StatusCode, ::std::error_code > > Bedrock::Http::WebSocket::connect ( ::std::string const & uri,
::Bedrock::Http::HeaderCollection const & headers )
inherited
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.

◆ _deallocateSocketAsync()

MCAPI void Bedrock::Http::WebSocket::_deallocateSocketAsync ( ::HC_WEBSOCKET_OBSERVER * handle)
staticinherited
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.

◆ $send()

MCAPI ::Bedrock::Threading::Async<::std::error_code > Bedrock::Http::WebSocket::$send ( ::std::string const & message) const
inherited
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.

◆ $onBinaryMessage()

MCAPI void Bedrock::Http::WebSocket::$onBinaryMessage ( ::gsl::span< uchar const > )
inherited
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.

◆ $vftable() [2/2]

MCAPI void ** AppPlatformListener::$vftable ( )
staticinherited
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 class was generated from the following file: