- addListeners(RequestListener...) - Method in class net.rithms.riot.api.request.AsyncRequest
-
- addListeners(RequestListener...) - Method in class net.rithms.riot.api.RiotApiAsync
-
Adds one or more
RequestListener
to get informed when asynchronous requests finish.
- AllAsyncTests - Class in net.rithms.test.async
-
Runs all asynchronous tests.
- AllAsyncTests() - Constructor for class net.rithms.test.async.AllAsyncTests
-
- AllSyncTests - Class in net.rithms.test.sync
-
Runs all synchronous tests.
- AllSyncTests() - Constructor for class net.rithms.test.sync.AllSyncTests
-
- ApiConfig - Class in net.rithms.riot.api
-
Configuration class to use with the
RiotApi
.
- ApiConfig() - Constructor for class net.rithms.riot.api.ApiConfig
-
- ApiMethod - Class in net.rithms.riot.api
-
- AsyncExample - Class in <Unnamed>
-
This example demonstrates how to use asynchronous requests.
- AsyncExample() - Constructor for class AsyncExample
-
- AsyncRequest - Class in net.rithms.riot.api.request
-
This class is used to fire asynchronous call at the Riot Api.
- AsyncRequest(ApiConfig, ApiMethod) - Constructor for class net.rithms.riot.api.request.AsyncRequest
-
Constructs an asynchronous request
- AsyncSummonerTest - Class in net.rithms.test.async
-
Tests asynchronous calls to the summoner endpoint
- AsyncSummonerTest() - Constructor for class net.rithms.test.async.AsyncSummonerTest
-
- await() - Method in class net.rithms.riot.api.request.AsyncRequest
-
Waits indefinitely until the request completes.
- await(long, TimeUnit) - Method in class net.rithms.riot.api.request.AsyncRequest
-
Waits for at most the given time until the request completes.
- await(long, TimeUnit, boolean) - Method in class net.rithms.riot.api.request.AsyncRequest
-
Waits for at most the given time until the request completes.
- awaitAll() - Method in class net.rithms.riot.api.RiotApiAsync
-
Waits indefinitely until all currently running and queued requests complete.