Class RemoteClient
- java.lang.Object
-
- in.dragonbra.javasteam.steam.handlers.steamunifiedmessages.UnifiedService
-
- in.dragonbra.javasteam.rpc.service.RemoteClient
-
- All Implemented Interfaces:
IRemoteClient
public class RemoteClient extends UnifiedService implements IRemoteClient
- Since:
- 2023-01-04
-
-
Constructor Summary
Constructors Constructor Description RemoteClient(SteamUnifiedMessages steamUnifiedMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobIDAllocateRelayServer(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateRelayServer_Request request)JobIDAllocateSDR(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateSDR_Request request)JobIDAllocateTURNServer(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateTURNServer_Request request)JobIDCreateRemotePlayTogetherInvitation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_CreateRemotePlayTogetherInvitation_Request request)JobIDDeleteRemotePlayTogetherInvitation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_DeleteRemotePlayTogetherInvitation_Request request)JobIDGetPairingInfo(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_GetPairingInfo_Request request)voidNotifyOnline(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_Online_Notification request)voidNotifyReplyPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_ReplyPacket_Notification request)JobIDSendRemotePlaySessionStarted(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStarted_Request request)voidSendRemotePlaySessionStopped(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStopped_Notification request)voidSendRemotePlayTogetherPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification request)voidSendSteamBroadcastPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification request)voidSendSteamToSteamPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification request)-
Methods inherited from class in.dragonbra.javasteam.steam.handlers.steamunifiedmessages.UnifiedService
getClassName, getMethodName, sendMessage, sendNotification
-
-
-
-
Constructor Detail
-
RemoteClient
public RemoteClient(SteamUnifiedMessages steamUnifiedMessages)
-
-
Method Detail
-
GetPairingInfo
public JobID GetPairingInfo(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_GetPairingInfo_Request request)
- Specified by:
GetPairingInfoin interfaceIRemoteClient
-
NotifyOnline
public void NotifyOnline(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_Online_Notification request)
- Specified by:
NotifyOnlinein interfaceIRemoteClient
-
NotifyReplyPacket
public void NotifyReplyPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_ReplyPacket_Notification request)
- Specified by:
NotifyReplyPacketin interfaceIRemoteClient
-
AllocateTURNServer
public JobID AllocateTURNServer(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateTURNServer_Request request)
- Specified by:
AllocateTURNServerin interfaceIRemoteClient
-
AllocateRelayServer
public JobID AllocateRelayServer(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateRelayServer_Request request)
- Specified by:
AllocateRelayServerin interfaceIRemoteClient
-
AllocateSDR
public JobID AllocateSDR(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateSDR_Request request)
- Specified by:
AllocateSDRin interfaceIRemoteClient
-
SendSteamBroadcastPacket
public void SendSteamBroadcastPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification request)
- Specified by:
SendSteamBroadcastPacketin interfaceIRemoteClient
-
SendSteamToSteamPacket
public void SendSteamToSteamPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification request)
- Specified by:
SendSteamToSteamPacketin interfaceIRemoteClient
-
SendRemotePlaySessionStarted
public JobID SendRemotePlaySessionStarted(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStarted_Request request)
- Specified by:
SendRemotePlaySessionStartedin interfaceIRemoteClient
-
SendRemotePlaySessionStopped
public void SendRemotePlaySessionStopped(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStopped_Notification request)
- Specified by:
SendRemotePlaySessionStoppedin interfaceIRemoteClient
-
SendRemotePlayTogetherPacket
public void SendRemotePlayTogetherPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification request)
- Specified by:
SendRemotePlayTogetherPacketin interfaceIRemoteClient
-
CreateRemotePlayTogetherInvitation
public JobID CreateRemotePlayTogetherInvitation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_CreateRemotePlayTogetherInvitation_Request request)
- Specified by:
CreateRemotePlayTogetherInvitationin interfaceIRemoteClient
-
DeleteRemotePlayTogetherInvitation
public JobID DeleteRemotePlayTogetherInvitation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_DeleteRemotePlayTogetherInvitation_Request request)
- Specified by:
DeleteRemotePlayTogetherInvitationin interfaceIRemoteClient
-
-