Package in.dragonbra.javasteam.rpc
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 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)
-
-
-
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)
-
-