| Package | Description |
|---|---|
| de.SweetCode.SteamAPI | |
| de.SweetCode.SteamAPI.exceptions | |
| de.SweetCode.SteamAPI.method |
| Modifier and Type | Method and Description |
|---|---|
static SteamHTTPMethod |
SteamHTTPMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamHTTPMethod[] |
SteamHTTPMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SteamCombinationException(SteamMethod steamMethod,
SteamHTTPMethod method,
SteamHost host,
SteamVersion version,
SteamVisibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
SteamHTTPMethod |
SteamMethodVersion.getMethod()
The supported HTTP request method.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SteamHTTPMethod> |
SteamMethod.getSupportedMethods()
Gives a set of all supported
hosts. |
| Modifier and Type | Method and Description |
|---|---|
void |
SteamMethod.execute(SteamHTTPMethod method,
SteamHost host,
SteamVersion version,
SteamVisibility visibility,
Input input,
SteamResponse callback,
boolean async)
Executes the method with the provided parameters.
|
Optional<SteamMethodVersion> |
SteamMethod.get(SteamHTTPMethod method,
SteamHost host,
SteamVersion version,
SteamVisibility visibility)
Gives the
SteamMethodVersion belonging to the provided configuration of host and version. |
SteamMethodVersion.Builder |
SteamMethodVersion.Builder.method(SteamHTTPMethod method)
The supported HTTP request method.
|
boolean |
SteamMethod.supports(SteamHTTPMethod method)
Checks if the method supports the HTTP request method.
|
| Constructor and Description |
|---|
SteamMethodVersion(SteamHTTPMethod method,
List<SteamHost> hosts,
SteamVersion version,
SteamVisibility visibility)
Creates a new SteamMethodVersion instance.
|
Copyright © 2017. All rights reserved.