Interface IRemoteClient

  • All Known Implementing Classes:
    RemoteClient

    public interface IRemoteClient
    Since:
    2023-01-04
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      JobID AllocateRelayServer​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateRelayServer_Request request)  
      JobID AllocateSDR​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateSDR_Request request)  
      JobID AllocateTURNServer​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateTURNServer_Request request)  
      JobID CreateRemotePlayTogetherInvitation​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_CreateRemotePlayTogetherInvitation_Request request)  
      JobID DeleteRemotePlayTogetherInvitation​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_DeleteRemotePlayTogetherInvitation_Request request)  
      JobID GetPairingInfo​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_GetPairingInfo_Request request)  
      void NotifyOnline​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_Online_Notification request)  
      void NotifyReplyPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_ReplyPacket_Notification request)  
      JobID SendRemotePlaySessionStarted​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStarted_Request request)  
      void SendRemotePlaySessionStopped​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStopped_Notification request)  
      void SendRemotePlayTogetherPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification request)  
      void SendSteamBroadcastPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification request)  
      void SendSteamToSteamPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification request)  
    • Method Detail

      • GetPairingInfo

        JobID GetPairingInfo​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_GetPairingInfo_Request request)
      • NotifyOnline

        void NotifyOnline​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_Online_Notification request)
      • NotifyReplyPacket

        void NotifyReplyPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_ReplyPacket_Notification request)
      • AllocateTURNServer

        JobID AllocateTURNServer​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateTURNServer_Request request)
      • AllocateRelayServer

        JobID AllocateRelayServer​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateRelayServer_Request request)
      • AllocateSDR

        JobID AllocateSDR​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateSDR_Request request)
      • SendSteamBroadcastPacket

        void SendSteamBroadcastPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification request)
      • SendSteamToSteamPacket

        void SendSteamToSteamPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification request)
      • SendRemotePlaySessionStarted

        JobID SendRemotePlaySessionStarted​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStarted_Request request)
      • SendRemotePlaySessionStopped

        void SendRemotePlaySessionStopped​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStopped_Notification request)
      • SendRemotePlayTogetherPacket

        void SendRemotePlayTogetherPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification request)
      • CreateRemotePlayTogetherInvitation

        JobID CreateRemotePlayTogetherInvitation​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_CreateRemotePlayTogetherInvitation_Request request)
      • DeleteRemotePlayTogetherInvitation

        JobID DeleteRemotePlayTogetherInvitation​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_DeleteRemotePlayTogetherInvitation_Request request)