public class RemoteClient extends UnifiedService implements IRemoteClient
| Constructor and Description |
|---|
RemoteClient(SteamUnifiedMessages steamUnifiedMessages) |
| Modifier and Type | Method and Description |
|---|---|
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
AllocateRelayServer(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateRelayServer_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
AllocateSDR(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateSDR_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
AllocateTURNServer(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateTURNServer_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
CreateRemotePlayTogetherInvitation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_CreateRemotePlayTogetherInvitation_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
DeleteRemotePlayTogetherInvitation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_DeleteRemotePlayTogetherInvitation_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
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) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
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) |
getClassName, sendMessage, sendNotificationpublic RemoteClient(SteamUnifiedMessages steamUnifiedMessages)
public in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> GetPairingInfo(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_GetPairingInfo_Request request)
GetPairingInfo in interface IRemoteClientpublic void NotifyOnline(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_Online_Notification request)
NotifyOnline in interface IRemoteClientpublic void NotifyReplyPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_ReplyPacket_Notification request)
NotifyReplyPacket in interface IRemoteClientpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> AllocateTURNServer(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateTURNServer_Request request)
AllocateTURNServer in interface IRemoteClientpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> AllocateRelayServer(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateRelayServer_Request request)
AllocateRelayServer in interface IRemoteClientpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> AllocateSDR(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_AllocateSDR_Request request)
AllocateSDR in interface IRemoteClientpublic void SendSteamBroadcastPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification request)
SendSteamBroadcastPacket in interface IRemoteClientpublic void SendSteamToSteamPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification request)
SendSteamToSteamPacket in interface IRemoteClientpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> SendRemotePlaySessionStarted(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStarted_Request request)
SendRemotePlaySessionStarted in interface IRemoteClientpublic void SendRemotePlaySessionStopped(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlay_SessionStopped_Notification request)
SendRemotePlaySessionStopped in interface IRemoteClientpublic void SendRemotePlayTogetherPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification request)
SendRemotePlayTogetherPacket in interface IRemoteClientpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> CreateRemotePlayTogetherInvitation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_CreateRemotePlayTogetherInvitation_Request request)
CreateRemotePlayTogetherInvitation in interface IRemoteClientpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> DeleteRemotePlayTogetherInvitation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_DeleteRemotePlayTogetherInvitation_Request request)
DeleteRemotePlayTogetherInvitation in interface IRemoteClient