Modifier and Type | Field and Description |
---|---|
private JobID |
PacketClientGCMsgProtobuf.sourceJobID
Gets the source job id for this packet message.
|
private JobID |
PacketClientGCMsg.sourceJobID
Gets the source job id for this packet message.
|
protected JobID |
MsgBase.sourceJobID
The source job id.
|
private JobID |
PacketClientGCMsgProtobuf.targetJobID
Gets the target job id for this packet message.
|
private JobID |
PacketClientGCMsg.targetJobID
Gets the target job id for this packet message.
|
protected JobID |
MsgBase.targetJobID
The target job id.
|
Modifier and Type | Method and Description |
---|---|
JobID |
Msg.getSourceJobID()
Gets or sets the target job id for this client message.
|
JobID |
IClientMsg.getSourceJobID()
The source job id.
|
JobID |
ClientMsgProtobuf.getSourceJobID()
Gets or sets the target job id for this client message.
|
JobID |
ClientMsg.getSourceJobID()
Gets or sets the target job id for this client message.
|
JobID |
Msg.getTargetJobID()
Gets or sets the target job id for this client message.
|
JobID |
IClientMsg.getTargetJobID()
The target job id.
|
JobID |
ClientMsgProtobuf.getTargetJobID()
Gets or sets the target job id for this client message.
|
JobID |
ClientMsg.getTargetJobID()
Gets or sets the target job id for this client message.
|
Modifier and Type | Method and Description |
---|---|
void |
Msg.setSourceJobID(JobID jobID)
Sets the target job id for this client message.
|
void |
IClientMsg.setSourceJobID(JobID JobID) |
void |
ClientMsgProtobuf.setSourceJobID(JobID JobID)
Sets the target job id for this client message.
|
void |
ClientMsg.setSourceJobID(JobID jobID)
Sets the target job id for this client message.
|
void |
Msg.setTargetJobID(JobID jobID)
Sets the target job id for this client message.
|
void |
IClientMsg.setTargetJobID(JobID JobID) |
void |
ClientMsgProtobuf.setTargetJobID(JobID JobID)
Sets the target job id for this client message.
|
void |
ClientMsg.setTargetJobID(JobID jobID)
Sets the target job id for this client message.
|
Modifier and Type | Field and Description |
---|---|
JobID |
GCMsgBase.sourceJobID
The source job id.
|
JobID |
GCMsgBase.targetJobID
The target job id.
|
Modifier and Type | Method and Description |
---|---|
JobID |
IPacketGCMsg.getSourceJobID()
The source job id.
|
JobID |
IClientGCMsg.getSourceJobID()
The source job id.
|
JobID |
ClientGCMsg.getSourceJobID()
Gets the source job id for this gc message.
|
JobID |
IPacketGCMsg.getTargetJobID()
The target job id.
|
JobID |
IClientGCMsg.getTargetJobID()
The target job id.
|
JobID |
ClientGCMsg.getTargetJobID()
Gets the target job id for this gc message.
|
Modifier and Type | Method and Description |
---|---|
void |
IPacketGCMsg.setSourceJobID(JobID JobID) |
void |
IClientGCMsg.setSourceJobID(JobID JobID) |
void |
ClientGCMsg.setSourceJobID(JobID value)
Sets the source job id for this gc message.
|
void |
IPacketGCMsg.setTargetJobID(JobID JobID) |
void |
IClientGCMsg.setTargetJobID(JobID JobID) |
void |
ClientGCMsg.setTargetJobID(JobID value)
Sets the target job id for this gc message.
|
Modifier and Type | Method and Description |
---|---|
JobID |
SteamApps.getAppInfo(AppDetails app) |
JobID |
SteamApps.getAppInfo(AppDetails app,
boolean supportsBatches)
Requests app information for a single app.
|
JobID |
SteamApps.getAppInfo(Collection<AppDetails> apps) |
JobID |
SteamApps.getAppInfo(Collection<AppDetails> apps,
boolean supportsBatches)
Requests app information for a list of apps.
|
JobID |
SteamApps.getAppInfo(int app) |
JobID |
SteamApps.getAppInfo(int app,
boolean supportsBatches)
Requests app information for a single app.
|
JobID |
SteamApps.getAppInfoI(Collection<Integer> apps) |
JobID |
SteamApps.getAppInfoI(Collection<Integer> apps,
boolean supportsBatches)
Requests app information for a list of apps.
|
JobID |
SteamApps.getAppOwnershipTicket(int appid)
Requests an app ownership ticket for the specified AppID.
|
JobID |
SteamApps.getDepotDecryptionKey() |
JobID |
SteamApps.getDepotDecryptionKey(int depotid) |
JobID |
SteamApps.getDepotDecryptionKey(int depotid,
int appid)
Request the depot decryption key for a specified DepotID.
|
JobID |
SteamApps.getPackageInfo(Collection<Integer> packageId) |
JobID |
SteamApps.getPackageInfo(Collection<Integer> packageId,
boolean metaDataOnly)
Requests package information for a list of packages.
|
JobID |
SteamApps.getPackageInfo(int packageId) |
JobID |
SteamApps.getPackageInfo(int packageId,
boolean metaDataOnly)
Requests package information for a single package.
|
Modifier and Type | Method and Description |
---|---|
JobID |
SteamCloud.requestUGCDetails(long ugcId)
Requests details for a specific item of user generated content from the Steam servers.
|
Modifier and Type | Method and Description |
---|---|
JobID |
SteamFriends.ignoreFriend(SteamID steamId) |
JobID |
SteamFriends.ignoreFriend(SteamID steamId,
boolean setIgnore)
Ignores or unignores a friend on Steam.
|
Modifier and Type | Method and Description |
---|---|
JobID |
SteamMasterServer.serverQuery(QueryDetails details)
Requests a list of servers from the Steam game master server.
|
Modifier and Type | Method and Description |
---|---|
JobID |
SteamUserStats.getNumberOfCurrentPlayers(GameID gameId)
Retrieves the number of current players or a given
GameID . |
Modifier and Type | Method and Description |
---|---|
JobID |
SteamWorkshop.enumeratePublishedFiles(EnumerationDetails details)
Enumerates the list of all published files on the Steam workshop.
|
JobID |
SteamWorkshop.enumeratePublishedFilesByUserAction(EnumerationUserDetails details)
Enumerates the list of published files for the current logged in user based on user action.
|
JobID |
SteamWorkshop.enumerateUserPublishedFiles(EnumerationUserDetails details)
Enumerates the list of published files for the current logged in user.
|
JobID |
SteamWorkshop.enumerateUserSubscribedFiles(EnumerationUserDetails details)
Enumerates the list of subscribed files for the current logged in user.
|
JobID |
SteamWorkshop.requestPublishedFileDetails(long publishedFileId)
Requests details for a given published workshop file.
|
Modifier and Type | Method and Description |
---|---|
JobID |
SteamClient.getNextJobID()
Returns the next available JobID for job based messages.
|
Modifier and Type | Field and Description |
---|---|
protected JobID |
BaseJobCallback.jobId
Gets the Job ID of this callback.
|
Constructor and Description |
---|
JobCallback(JobID jobId,
T callback) |
Modifier and Type | Field and Description |
---|---|
static JobID |
JobID.Invalid
Represents an invalid JobID.
|
Copyright © 2012. All Rights Reserved.