Class RemoteClient

    • Method Summary

      All Methods Instance Methods Concrete 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • GetPairingInfo

        public JobID GetPairingInfo​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_GetPairingInfo_Request request)
        Specified by:
        GetPairingInfo in interface IRemoteClient
      • NotifyOnline

        public void NotifyOnline​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_Online_Notification request)
        Specified by:
        NotifyOnline in interface IRemoteClient
      • NotifyReplyPacket

        public void NotifyReplyPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_ReplyPacket_Notification request)
        Specified by:
        NotifyReplyPacket in interface IRemoteClient
      • AllocateTURNServer

        public JobID AllocateTURNServer​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateTURNServer_Request request)
        Specified by:
        AllocateTURNServer in interface IRemoteClient
      • AllocateRelayServer

        public JobID AllocateRelayServer​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateRelayServer_Request request)
        Specified by:
        AllocateRelayServer in interface IRemoteClient
      • AllocateSDR

        public JobID AllocateSDR​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateSDR_Request request)
        Specified by:
        AllocateSDR in interface IRemoteClient
      • SendSteamBroadcastPacket

        public void SendSteamBroadcastPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification request)
        Specified by:
        SendSteamBroadcastPacket in interface IRemoteClient
      • SendSteamToSteamPacket

        public void SendSteamToSteamPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification request)
        Specified by:
        SendSteamToSteamPacket in interface IRemoteClient
      • SendRemotePlaySessionStarted

        public JobID SendRemotePlaySessionStarted​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStarted_Request request)
        Specified by:
        SendRemotePlaySessionStarted in interface IRemoteClient
      • SendRemotePlaySessionStopped

        public void SendRemotePlaySessionStopped​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStopped_Notification request)
        Specified by:
        SendRemotePlaySessionStopped in interface IRemoteClient
      • SendRemotePlayTogetherPacket

        public void SendRemotePlayTogetherPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification request)
        Specified by:
        SendRemotePlayTogetherPacket in interface IRemoteClient
      • CreateRemotePlayTogetherInvitation

        public JobID CreateRemotePlayTogetherInvitation​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_CreateRemotePlayTogetherInvitation_Request request)
        Specified by:
        CreateRemotePlayTogetherInvitation in interface IRemoteClient
      • DeleteRemotePlayTogetherInvitation

        public JobID DeleteRemotePlayTogetherInvitation​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_DeleteRemotePlayTogetherInvitation_Request request)
        Specified by:
        DeleteRemotePlayTogetherInvitation in interface IRemoteClient