public class Dota2WebApiClient extends SteamWebApiClient
Dota2WebApiClient class.
| Constructor and Description |
|---|
Dota2WebApiClient(HttpOptions options)
Create a new client using the provided
HttpOptions |
Dota2WebApiClient(String apiToken)
Constructor for Dota2WebApiClient.
|
| Modifier and Type | Method and Description |
|---|---|
protected SteamWebApiResponse |
createWebApiResponse(org.asynchttpclient.Response response)
A factory method that creates an
AbstractWebApiResponse instance based on the Http Response |
applyAuthenticationSchemecreateMessenger, getAuthToken, registerContentTypeProcessor, removeContentTypeProcessor, send, setAuthTokenclose, getExecutor, getMessenger, getOptions, id, send, sendpublic Dota2WebApiClient(String apiToken)
Constructor for Dota2WebApiClient.
apiToken - a String objectpublic Dota2WebApiClient(HttpOptions options)
HttpOptionsoptions - The HttpOptions to be used by the clientprotected SteamWebApiResponse createWebApiResponse(org.asynchttpclient.Response response)
A factory method that creates an AbstractWebApiResponse instance based on the Http Response
createWebApiResponse in class SteamWebApiClientresponse - The Http Response received by the transportAbstractWebApiResponseCopyright © 2016–2024. All rights reserved.