public class SteamConfiguration
extends java.lang.Object
SteamClient objects.| Modifier and Type | Method and Description |
|---|---|
static SteamConfiguration |
create(Consumer<ISteamConfigurationBuilder> configurator)
Creates a
SteamConfiguration, allowing for configuration. |
static SteamConfiguration |
createDefault() |
int |
getCellID() |
long |
getConnectionTimeout() |
java.util.EnumSet<EClientPersonaStateFlag> |
getDefaultPersonaStateFlags() |
okhttp3.OkHttpClient |
getHttpClient() |
java.util.EnumSet<ProtocolTypes> |
getProtocolTypes() |
SmartCMServerList |
getServerList() |
IServerListProvider |
getServerListProvider() |
EUniverse |
getUniverse() |
WebAPI |
getWebAPI(java.lang.String _interface)
Retrieves a handler capable of interacting with the specified interface on the Web API.
|
java.lang.String |
getWebAPIBaseAddress() |
java.lang.String |
getWebAPIKey() |
boolean |
isAllowDirectoryFetch() |
public static SteamConfiguration create(Consumer<ISteamConfigurationBuilder> configurator)
SteamConfiguration, allowing for configuration.configurator - A method which is used to configure the configuration.public static SteamConfiguration createDefault()
public boolean isAllowDirectoryFetch()
public int getCellID()
public long getConnectionTimeout()
public okhttp3.OkHttpClient getHttpClient()
public java.util.EnumSet<EClientPersonaStateFlag> getDefaultPersonaStateFlags()
public java.util.EnumSet<ProtocolTypes> getProtocolTypes()
public IServerListProvider getServerListProvider()
public EUniverse getUniverse()
EUniverse.Public unless you work at Valve and are using this internally. If this is you, hello there.public java.lang.String getWebAPIBaseAddress()
public java.lang.String getWebAPIKey()
public SmartCMServerList getServerList()
SteamClient instances, they all share the server list.