Package | Description |
---|---|
com.ibasco.agql.protocols.valve.steam.master | |
com.ibasco.agql.protocols.valve.steam.master.enums | |
com.ibasco.agql.protocols.valve.steam.master.message |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MasterServerResponse> |
MasterServerQueryClient.getServers(MasterServerType type,
MasterServerRegion region,
MasterServerFilter filter)
Retrieves a list of servers from the Steam Master Server.
|
CompletableFuture<MasterServerResponse> |
MasterServerQueryClient.getServers(MasterServerType type,
MasterServerRegion region,
MasterServerFilter filter,
TriConsumer<InetSocketAddress,InetSocketAddress,Throwable> callback)
Retrieves a list of servers from the Steam Master Server.
|
Modifier and Type | Method and Description |
---|---|
static MasterServerRegion |
MasterServerRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterServerRegion[] |
MasterServerRegion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MasterServerRegion |
MasterServerRequest.getRegion()
Getter for the field
region . |
Modifier and Type | Method and Description |
---|---|
void |
MasterServerRequest.setRegion(MasterServerRegion region)
Setter for the field
region . |
Copyright © 2016–2024. All rights reserved.