Modifier and Type | Class and Description |
---|---|
class |
SteamApps
This handler is used for interacting with apps and packages on the Steam network.
|
Modifier and Type | Class and Description |
---|---|
class |
SteamCloud
This handler is used for interacting with remote storage and user generated content.
|
Modifier and Type | Class and Description |
---|---|
class |
SteamFriends
This handler handles all interaction with other users on the Steam3 network.
|
Modifier and Type | Class and Description |
---|---|
class |
SteamGameCoordinator
This handler handles all game coordinator messaging.
|
Modifier and Type | Class and Description |
---|---|
class |
SteamGameServer
This handler is used for interacting with the Steam network as a game server.
|
Modifier and Type | Class and Description |
---|---|
class |
SteamMasterServer
This handler is used for requesting server list details from Steam.
|
Modifier and Type | Class and Description |
---|---|
class |
SteamTrading
This handler is used for initializing Steam trades with other clients.
|
Modifier and Type | Class and Description |
---|---|
class |
SteamUser
This handler handles all user log on/log off related actions and callbacks.
|
Modifier and Type | Class and Description |
---|---|
class |
SteamUserStats
This handler handles Steam user statistic related actions.
|
Modifier and Type | Class and Description |
---|---|
class |
SteamWorkshop
This handler is used for requesting files published on the Steam Workshop.
|
Modifier and Type | Field and Description |
---|---|
(package private) Map<Class<? extends ClientMsgHandler>,ClientMsgHandler> |
SteamClient.handlers |
(package private) Map<Class<? extends ClientMsgHandler>,ClientMsgHandler> |
SteamClient.handlers |
Modifier and Type | Method and Description |
---|---|
<T extends ClientMsgHandler> |
SteamClient.getHandler(Class<T> type)
Returns a registered handler.
|
Modifier and Type | Method and Description |
---|---|
void |
SteamClient.addHandler(ClientMsgHandler handler)
Adds a new handler to the internal list of message handlers.
|
void |
SteamClient.removeHandler(ClientMsgHandler handler)
Removes a registered handler.
|
Modifier and Type | Method and Description |
---|---|
void |
SteamClient.removeHandler(Class<? extends ClientMsgHandler> handler)
Removes a registered handler by name.
|
Copyright © 2012. All Rights Reserved.