Uses of Class
com.algorand.algosdk.algod.client.ApiClient
Package | Description |
---|---|
com.algorand.algosdk.algod.client | |
com.algorand.algosdk.algod.client.api |
-
Uses of ApiClient in com.algorand.algosdk.algod.client
Subclasses of ApiClient in com.algorand.algosdk.algod.client Modifier and Type Class Description class
AlgodClient
Deprecated.Methods in com.algorand.algosdk.algod.client that return ApiClient Modifier and Type Method Description ApiClient
ApiClient. addDefaultHeader(java.lang.String key, java.lang.String value)
Deprecated.Add a default header.static ApiClient
Configuration. getDefaultApiClient()
Deprecated.Get the default API client, which would be used when creating API instances without providing an API client.ApiClient
ApiClient. setBasePath(java.lang.String basePath)
Deprecated.Set base pathApiClient
ApiClient. setConnectTimeout(int connectionTimeout)
Deprecated.Sets the connect timeout (in milliseconds).ApiClient
ApiClient. setDateFormat(java.text.DateFormat dateFormat)
Deprecated.ApiClient
ApiClient. setDebugging(boolean debugging)
Deprecated.Enable/disable debugging for this API client.ApiClient
ApiClient. setHttpClient(com.squareup.okhttp.OkHttpClient httpClient)
Deprecated.Set HTTP clientApiClient
ApiClient. setJSON(JSON json)
Deprecated.Set JSONApiClient
ApiClient. setKeyManagers(javax.net.ssl.KeyManager[] managers)
Deprecated.Configure client keys to use for authorization in an SSL session.ApiClient
ApiClient. setLenientOnJson(boolean lenientOnJson)
Deprecated.ApiClient
ApiClient. setLocalDateFormat(org.threeten.bp.format.DateTimeFormatter dateFormat)
Deprecated.ApiClient
ApiClient. setOffsetDateTimeFormat(org.threeten.bp.format.DateTimeFormatter dateFormat)
Deprecated.ApiClient
ApiClient. setReadTimeout(int readTimeout)
Deprecated.Sets the read timeout (in milliseconds).ApiClient
ApiClient. setSqlDateFormat(java.text.DateFormat dateFormat)
Deprecated.ApiClient
ApiClient. setSslCaCert(java.io.InputStream sslCaCert)
Deprecated.Configure the CA certificate to be trusted when making https requests.ApiClient
ApiClient. setTempFolderPath(java.lang.String tempFolderPath)
Deprecated.Set the temporary folder path (for downloading files)ApiClient
ApiClient. setUserAgent(java.lang.String userAgent)
Deprecated.Set the User-Agent header's value (by adding to the default header map).ApiClient
ApiClient. setVerifyingSsl(boolean verifyingSsl)
Deprecated.Configure whether to verify certificate and hostname when making https requests.ApiClient
ApiClient. setWriteTimeout(int writeTimeout)
Deprecated.Sets the write timeout (in milliseconds).Methods in com.algorand.algosdk.algod.client with parameters of type ApiClient Modifier and Type Method Description static void
Configuration. setDefaultApiClient(ApiClient apiClient)
Deprecated.Set the default API client, which would be used when creating API instances without providing an API client. -
Uses of ApiClient in com.algorand.algosdk.algod.client.api
Methods in com.algorand.algosdk.algod.client.api that return ApiClient Modifier and Type Method Description ApiClient
DefaultApi. getApiClient()
Deprecated.Methods in com.algorand.algosdk.algod.client.api with parameters of type ApiClient Modifier and Type Method Description void
DefaultApi. setApiClient(ApiClient apiClient)
Deprecated.Constructors in com.algorand.algosdk.algod.client.api with parameters of type ApiClient Constructor Description AlgodApi(ApiClient apiClient)
Deprecated.DefaultApi(ApiClient apiClient)
Deprecated.