Uses of Class
com.binance.connector.client.common.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in com.binance.connector.client.common
Methods in com.binance.connector.client.common that return ApiClientModifier and TypeMethodDescriptionApiClient.addDefaultCookie
(String key, String value) Add a default cookie.ApiClient.addDefaultHeader
(String key, String value) Add a default header.ApiClient.setBasePath
(String basePath) Set base pathApiClient.setConnectTimeout
(int connectionTimeout) Sets the connect timeout (in milliseconds).ApiClient.setDateFormat
(DateFormat dateFormat) Setter for the fielddateFormat
.ApiClient.setDebugging
(boolean debugging) Enable/disable debugging for this API client.ApiClient.setHttpClient
(okhttp3.OkHttpClient newHttpClient) Set HTTP client, which must never be null.ApiClient.setKeyManagers
(KeyManager[] managers) Configure client keys to use for authorization in an SSL session.ApiClient.setLenientOnJson
(boolean lenientOnJson) Set LenientOnJson.ApiClient.setLocalDateFormat
(DateTimeFormatter dateFormat) Set LocalDateFormat.ApiClient.setOffsetDateTimeFormat
(DateTimeFormatter dateFormat) Set OffsetDateTimeFormat.ApiClient.setReadTimeout
(int readTimeout) Sets the read timeout (in milliseconds).ApiClient.setServerIndex
(Integer serverIndex) ApiClient.setServers
(List<ServerConfiguration> servers) ApiClient.setServerVariables
(Map<String, String> serverVariables) ApiClient.setSqlDateFormat
(DateFormat dateFormat) Set SqlDateFormat.ApiClient.setSslCaCert
(InputStream sslCaCert) Configure the CA certificate to be trusted when making https requests.ApiClient.setTempFolderPath
(String tempFolderPath) Set the temporary folder path (for downloading files)ApiClient.setUserAgent
(String userAgent) Set the User-Agent header's value (by adding to the default header map).ApiClient.setVerifyingSsl
(boolean verifyingSsl) Configure whether to verify certificate and hostname when making https requests.ApiClient.setWriteTimeout
(int writeTimeout) Sets the write timeout (in milliseconds).