See: Description
| Interface | Description |
|---|---|
| RequestListener |
The listener interface for receiving events from asynchronous requests.
|
| Class | Description |
|---|---|
| AsyncRequest |
This class is used to fire asynchronous call at the Riot Api.
|
| Request |
This class is used to fire synchronous call at the Riot Api.
|
| RequestAdapter |
A template class implementing
RequestListener similar to Swing's event adapters. |
| RequestResponse |
Represents the raw response of the RiotApi
|
| RiotApiError | |
| RiotApiErrorStatus |
| Enum | Description |
|---|---|
| RequestMethod |
An enumeration to indicate the HTTP method that the request should use
|