Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractOpenApiSchema - Class in com.binance.connector.client.common
-
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
- AbstractOpenApiSchema(String, Boolean) - Constructor for class com.binance.connector.client.common.AbstractOpenApiSchema
- Adapter() - Constructor for class com.binance.connector.client.common.dtos.TimeUnit.Adapter
- add(T) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- addAll(Collection<? extends T>) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- addDefaultCookie(String, String) - Method in class com.binance.connector.client.common.ApiClient
-
Add a default cookie.
- addDefaultHeader(String, String) - Method in class com.binance.connector.client.common.ApiClient
-
Add a default header.
- afterConnect(Session) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- afterConnect(Session) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionWrapper
- ApiCallback<T> - Interface in com.binance.connector.client.common
-
Callback for asynchronous API call.
- ApiClient - Class in com.binance.connector.client.common
-
ApiClient class.
- ApiClient(ClientConfiguration) - Constructor for class com.binance.connector.client.common.ApiClient
- ApiClient(ClientConfiguration, BinanceAuthenticationFactory) - Constructor for class com.binance.connector.client.common.ApiClient
- ApiClient(ClientConfiguration, BinanceAuthenticationFactory, OkHttpClient) - Constructor for class com.binance.connector.client.common.ApiClient
- ApiClient(ClientConfiguration, OkHttpClient) - Constructor for class com.binance.connector.client.common.ApiClient
- ApiException - Exception Class in com.binance.connector.client.common
-
ApiException class.
- ApiException() - Constructor for exception class com.binance.connector.client.common.ApiException
-
Constructor for ApiException.
- ApiException(int, String) - Constructor for exception class com.binance.connector.client.common.ApiException
-
Constructor for ApiException.
- ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception class com.binance.connector.client.common.ApiException
-
Constructor for ApiException.
- ApiException(int, Map<String, List<String>>, String) - Constructor for exception class com.binance.connector.client.common.ApiException
-
Constructor for ApiException.
- ApiException(String) - Constructor for exception class com.binance.connector.client.common.ApiException
-
Constructor for ApiException.
- ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception class com.binance.connector.client.common.ApiException
-
Constructor for ApiException.
- ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception class com.binance.connector.client.common.ApiException
-
Constructor for ApiException.
- ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception class com.binance.connector.client.common.ApiException
-
Constructor for ApiException.
- ApiException(Throwable) - Constructor for exception class com.binance.connector.client.common.ApiException
-
Constructor for ApiException.
- apiKey(String) - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO.Builder
- apiKey(String) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- ApiKeyAuth - Class in com.binance.connector.client.common.auth
- ApiKeyAuth(String, String) - Constructor for class com.binance.connector.client.common.auth.ApiKeyAuth
- apiKeyOnly(Boolean) - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO.Builder
- ApiRequestWrapperDTO<T,
U> - Class in com.binance.connector.client.common.websocket.dtos - ApiRequestWrapperDTO(String, T, String, boolean) - Constructor for class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO
- ApiRequestWrapperDTO.Builder<T,
U> - Class in com.binance.connector.client.common.websocket.dtos - ApiResponse<T> - Class in com.binance.connector.client.common
-
API response returned by API call.
- ApiResponse(int, Map<String, List<String>>) - Constructor for class com.binance.connector.client.common.ApiResponse
-
Constructor for ApiResponse.
- ApiResponse(int, Map<String, List<String>>, T) - Constructor for class com.binance.connector.client.common.ApiResponse
-
Constructor for ApiResponse.
- ApiResponse(int, Map<String, List<String>>, T, Map<RateLimitType, RateLimit>) - Constructor for class com.binance.connector.client.common.ApiResponse
-
Constructor for ApiResponse.
- applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class com.binance.connector.client.common.auth.ApiKeyAuth
- applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in interface com.binance.connector.client.common.auth.Authentication
-
Apply authentication settings to header and query params.
- applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class com.binance.connector.client.common.auth.HttpBasicAuth
- applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class com.binance.connector.client.common.auth.HttpBearerAuth
- applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class com.binance.connector.client.common.auth.SignatureAuthentication
- Authentication - Interface in com.binance.connector.client.common.auth
- authorizedSince(Long) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
B
- BaseDTO - Class in com.binance.connector.client.common.websocket.dtos
- BaseDTO() - Constructor for class com.binance.connector.client.common.websocket.dtos.BaseDTO
- BaseRequestDTO - Class in com.binance.connector.client.common.websocket.dtos
- BaseRequestDTO() - Constructor for class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- BaseRequestDTO(String, String, String) - Constructor for class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- BaseRequestDTO.Builder - Class in com.binance.connector.client.common.websocket.dtos
- BaseResponseDTO<T> - Class in com.binance.connector.client.common.websocket.dtos
- BaseResponseDTO() - Constructor for class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- BaseResponseDTO.Builder<T> - Class in com.binance.connector.client.common.websocket.dtos
- beforeConnect() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- beforeConnect() - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionWrapper
- BinanceAuthenticationFactory - Class in com.binance.connector.client.common.auth
- BinanceAuthenticationFactory() - Constructor for class com.binance.connector.client.common.auth.BinanceAuthenticationFactory
- BinanceBaseAuthentication - Class in com.binance.connector.client.common.auth
- BinanceBaseAuthentication() - Constructor for class com.binance.connector.client.common.auth.BinanceBaseAuthentication
- build() - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO.Builder
- build() - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO.Builder
- build() - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO.Builder
- build() - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO.Builder
- buildCall(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, Set<String>) - Method in class com.binance.connector.client.common.ApiClient
-
Build HTTP call with the given options.
- Builder() - Constructor for class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO.Builder
- Builder() - Constructor for class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO.Builder
- Builder() - Constructor for class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO.Builder
- Builder() - Constructor for class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO.Builder
- buildRequest(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, Set<String>) - Method in class com.binance.connector.client.common.ApiClient
-
Build an HTTP request with the given options.
- buildRequestBodyFormEncoding(Map<String, Object>) - Method in class com.binance.connector.client.common.ApiClient
-
Build a form-encoding request body with the given form parameters.
- buildRequestBodyMultipart(Map<String, Object>) - Method in class com.binance.connector.client.common.ApiClient
-
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
- buildSignature(String, String, HashMap<String, String>) - Method in class com.binance.connector.client.common.websocket.SignatureUtil
- buildSignature(String, Map<String, Object>) - Method in class com.binance.connector.client.common.websocket.SignatureUtil
- buildTimestamp() - Method in class com.binance.connector.client.common.ApiClient
- buildTimestamp() - Method in class com.binance.connector.client.common.auth.BinanceBaseAuthentication
- buildTimestamp() - Method in class com.binance.connector.client.common.websocket.SignatureUtil
- buildUrl(String, String, List<Pair>, List<Pair>) - Method in class com.binance.connector.client.common.ApiClient
-
Build full URL by concatenating base path, the given sub path and query parameters.
- ByteArrayAdapter() - Constructor for class com.binance.connector.client.common.JSON.ByteArrayAdapter
C
- canReconnect() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- certificatePinner - Variable in class com.binance.connector.client.common.configuration.ClientConfiguration
-
Certificate Pinner configuration
- clear() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- ClientConfiguration - Class in com.binance.connector.client.common.configuration
- ClientConfiguration() - Constructor for class com.binance.connector.client.common.configuration.ClientConfiguration
- collectionPathParameterToString(String, Collection) - Method in class com.binance.connector.client.common.ApiClient
-
Formats the specified collection path parameter to a string value.
- com.binance.connector.client.common - package com.binance.connector.client.common
- com.binance.connector.client.common.auth - package com.binance.connector.client.common.auth
- com.binance.connector.client.common.configuration - package com.binance.connector.client.common.configuration
- com.binance.connector.client.common.dtos - package com.binance.connector.client.common.dtos
- com.binance.connector.client.common.exception - package com.binance.connector.client.common.exception
- com.binance.connector.client.common.sign - package com.binance.connector.client.common.sign
- com.binance.connector.client.common.websocket - package com.binance.connector.client.common.websocket
- com.binance.connector.client.common.websocket.adapter - package com.binance.connector.client.common.websocket.adapter
- com.binance.connector.client.common.websocket.adapter.stream - package com.binance.connector.client.common.websocket.adapter.stream
- com.binance.connector.client.common.websocket.configuration - package com.binance.connector.client.common.websocket.configuration
- com.binance.connector.client.common.websocket.dtos - package com.binance.connector.client.common.websocket.dtos
- com.binance.connector.client.common.websocket.service - package com.binance.connector.client.common.websocket.service
- connect() - Method in interface com.binance.connector.client.common.websocket.adapter.ConnectionInterface
- connect() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- connect() - Method in class com.binance.connector.client.common.websocket.adapter.PoolConnectionWrapper
- connect() - Method in interface com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionInterface
- connect() - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- connect(Consumer<Session>) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- connectedSince(Long) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- ConnectionInterface - Interface in com.binance.connector.client.common.websocket.adapter
- ConnectionWrapper - Class in com.binance.connector.client.common.websocket.adapter
- ConnectionWrapper(WebSocketClientConfiguration) - Constructor for class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- ConnectionWrapper(WebSocketClientConfiguration, Gson) - Constructor for class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- ConnectionWrapper(WebSocketClientConfiguration, WebSocketClient) - Constructor for class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- ConnectionWrapper(WebSocketClientConfiguration, WebSocketClient, Gson) - Constructor for class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- ConstraintViolationException - Exception Class in com.binance.connector.client.common.exception
-
Reports the result of constraint violations.
- ConstraintViolationException(String, Set<? extends ConstraintViolation<?>>) - Constructor for exception class com.binance.connector.client.common.exception.ConstraintViolationException
-
Creates a constraint violation report.
- ConstraintViolationException(Set<? extends ConstraintViolation<?>>) - Constructor for exception class com.binance.connector.client.common.exception.ConstraintViolationException
-
Creates a constraint violation report.
- contains(Object) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- containsAll(Collection<?>) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- containsIgnoreCase(String[], String) - Static method in class com.binance.connector.client.common.StringUtil
-
Check if the given array contains the given value (with case-insensitive comparison).
- contentLength() - Method in class com.binance.connector.client.common.ProgressRequestBody
- contentLength() - Method in class com.binance.connector.client.common.ProgressResponseBody
- contentType() - Method in class com.binance.connector.client.common.ProgressRequestBody
- contentType() - Method in class com.binance.connector.client.common.ProgressResponseBody
- create(Gson, TypeToken<T>) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse.CustomTypeAdapterFactory
- create(Gson, TypeToken<T>) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult.CustomTypeAdapterFactory
- createGson() - Static method in class com.binance.connector.client.common.JSON
- CustomTypeAdapterFactory() - Constructor for class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse.CustomTypeAdapterFactory
- CustomTypeAdapterFactory() - Constructor for class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult.CustomTypeAdapterFactory
D
- DateTypeAdapter() - Constructor for class com.binance.connector.client.common.JSON.DateTypeAdapter
- DateTypeAdapter(DateFormat) - Constructor for class com.binance.connector.client.common.JSON.DateTypeAdapter
- DAY - Enum constant in enum com.binance.connector.client.common.dtos.RateLimitInterval
- DecimalFormatter - Class in com.binance.connector.client.common
- DecimalFormatter() - Constructor for class com.binance.connector.client.common.DecimalFormatter
- DEFAULT_BACKOFF - Static variable in class com.binance.connector.client.common.configuration.ClientConfiguration
- DEFAULT_CONNECT_TIMEOUT - Static variable in class com.binance.connector.client.common.configuration.ClientConfiguration
- DEFAULT_MAX_MESSAGE_SIZE - Static variable in class com.binance.connector.client.common.configuration.ClientConfiguration
- DEFAULT_POOL_SIZE - Static variable in class com.binance.connector.client.common.configuration.ClientConfiguration
- DEFAULT_READ_TIMEOUT - Static variable in class com.binance.connector.client.common.configuration.ClientConfiguration
- DEFAULT_RECONNECT_BATCH_SIZE - Static variable in class com.binance.connector.client.common.configuration.ClientConfiguration
- DEFAULT_RECONNECT_INTERVAL_TIME - Static variable in class com.binance.connector.client.common.configuration.ClientConfiguration
- DEFAULT_RETRIES - Static variable in class com.binance.connector.client.common.configuration.ClientConfiguration
- deserialize(String, Type) - Static method in class com.binance.connector.client.common.JSON
-
Deserialize the given JSON string to Java object.
- deserialize(Response, Type) - Method in class com.binance.connector.client.common.ApiClient
-
Deserialize response body to Java object, according to the return type and the Content-Type response header.
- DeserializeExclusionStrategy - Class in com.binance.connector.client.common.websocket.service
- DeserializeExclusionStrategy() - Constructor for class com.binance.connector.client.common.websocket.service.DeserializeExclusionStrategy
- downloadFileFromResponse(Response) - Method in class com.binance.connector.client.common.ApiClient
-
Download file from the given response.
- drainTo(Collection<? super T>) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- drainTo(Collection<? super T>, int) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
E
- element() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- equals(Object) - Method in class com.binance.connector.client.common.AbstractOpenApiSchema
- equals(Object) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- equals(Object) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- error - Variable in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- error(ErrorResponseDTO) - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO.Builder
- ErrorResponseDTO - Class in com.binance.connector.client.common.websocket.dtos
- ErrorResponseDTO() - Constructor for class com.binance.connector.client.common.websocket.dtos.ErrorResponseDTO
- escapeString(String) - Method in class com.binance.connector.client.common.ApiClient
-
Escape the given string to be used as URL query value.
- execute(Call) - Method in class com.binance.connector.client.common.ApiClient
- execute(Call, Type) - Method in class com.binance.connector.client.common.ApiClient
-
Execute HTTP call and deserialize the HTTP response body into the given return type.
F
- freeFormParameterToPairs(Object) - Method in class com.binance.connector.client.common.ApiClient
-
Formats the specified free-form query parameters to a list of
Pair
objects. - fromJson(String) - Static method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
-
Create an instance of SessionLogonResponse given an JSON string
- fromJson(String) - Static method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
-
Create an instance of SessionLogonResponseResult given an JSON string
- fromValue(String) - Static method in enum com.binance.connector.client.common.dtos.RateLimitInterval
- fromValue(String) - Static method in enum com.binance.connector.client.common.dtos.TimeUnit
G
- getActualInstance() - Method in class com.binance.connector.client.common.AbstractOpenApiSchema
-
Get the actual instance
- getActualInstanceRecursively() - Method in class com.binance.connector.client.common.AbstractOpenApiSchema
-
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
- getApiKey() - Method in class com.binance.connector.client.common.auth.ApiKeyAuth
- getApiKey() - Method in class com.binance.connector.client.common.configuration.SignatureConfiguration
- getApiKey() - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- getApiKey() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
-
Get apiKey
- getApiKeyPrefix() - Method in class com.binance.connector.client.common.auth.ApiKeyAuth
- getArch() - Static method in class com.binance.connector.client.common.SystemUtil
- getAuthentication(SignatureConfiguration) - Method in class com.binance.connector.client.common.auth.BinanceAuthenticationFactory
- getAuthentication(String) - Method in class com.binance.connector.client.common.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class com.binance.connector.client.common.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getAuthorizedSince() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
-
Get authorizedSince
- getAutoLogon() - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- getBackOff() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getBasePath() - Method in class com.binance.connector.client.common.ApiClient
-
Get base path
- getBearerToken() - Method in class com.binance.connector.client.common.auth.HttpBearerAuth
-
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
- getCertificatePinner() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getCode() - Method in exception class com.binance.connector.client.common.ApiException
-
Get the HTTP status code.
- getCode() - Method in class com.binance.connector.client.common.websocket.dtos.ErrorResponseDTO
- getCompression() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getConnectedSince() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
-
Get connectedSince
- getConnection() - Method in class com.binance.connector.client.common.websocket.adapter.PoolConnectionWrapper
- getConnection() - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- getConnection(String) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- getConnectTimeout() - Method in class com.binance.connector.client.common.ApiClient
-
Get connection timeout (in milliseconds).
- getConnectTimeout() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getConstraintViolations() - Method in exception class com.binance.connector.client.common.exception.ConstraintViolationException
-
Returns the set of constraint violations reported during a validation.
- getCount() - Method in class com.binance.connector.client.common.dtos.RateLimit
- getCustomHeaders() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getCustomHeadersInterceptor(Map<String, String>) - Method in class com.binance.connector.client.common.ApiClient
- getData() - Method in class com.binance.connector.client.common.ApiResponse
-
Get the
data
. - getDefaultValue() - Method in class com.binance.connector.client.common.ServerVariable
- getDescription() - Method in class com.binance.connector.client.common.ServerVariable
- getEnumValues() - Method in class com.binance.connector.client.common.ServerVariable
- getError() - Method in class com.binance.connector.client.common.websocket.dtos.BaseDTO
- getError() - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- getFormatter() - Static method in class com.binance.connector.client.common.DecimalFormatter
- getGson() - Static method in class com.binance.connector.client.common.JSON
-
Get Gson.
- getHeaders() - Method in class com.binance.connector.client.common.ApiResponse
-
Get the
headers
. - getHttpClient() - Method in class com.binance.connector.client.common.ApiClient
-
Get HTTP client
- getId() - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- getId() - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- getId() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
-
Get id
- getInnerQueue() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- getInnerQueue() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueueWrapper
- getInterval() - Method in class com.binance.connector.client.common.dtos.RateLimit
- getIntervalNum() - Method in class com.binance.connector.client.common.dtos.RateLimit
- getJavaVersion() - Static method in class com.binance.connector.client.common.SystemUtil
- getJson() - Method in class com.binance.connector.client.common.ApiClient
- getKeyManagers() - Method in class com.binance.connector.client.common.ApiClient
-
Getter for the field
keyManagers
. - getLocation() - Method in class com.binance.connector.client.common.auth.ApiKeyAuth
- getLogonConsumer() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- getMessage() - Method in exception class com.binance.connector.client.common.ApiException
-
Get the exception message including HTTP response data.
- getMessageMaxSize() - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- getMethod() - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- getMsg() - Method in class com.binance.connector.client.common.websocket.dtos.ErrorResponseDTO
- getName() - Method in class com.binance.connector.client.common.Pair
- getOperationId() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- getOs() - Static method in class com.binance.connector.client.common.SystemUtil
- getParamName() - Method in class com.binance.connector.client.common.auth.ApiKeyAuth
- getParams() - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO
- getParams() - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- getPassword() - Method in class com.binance.connector.client.common.auth.HttpBasicAuth
- getPendingRequest() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- getPoolSize() - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- getPrivateKey() - Method in class com.binance.connector.client.common.configuration.SignatureConfiguration
- getPrivateKeyPass() - Method in class com.binance.connector.client.common.configuration.SignatureConfiguration
- getProxy() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getProxyAuthenticator() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getRateLimits() - Method in class com.binance.connector.client.common.ApiResponse
-
Get the RateLimits
- getRateLimitType() - Method in class com.binance.connector.client.common.dtos.RateLimit
- getReadTimeout() - Method in class com.binance.connector.client.common.ApiClient
-
Get read timeout (in milliseconds).
- getReadTimeout() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getReconnectBatchSize() - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- getReconnectIntervalTime() - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- getResponse() - Method in class com.binance.connector.client.common.websocket.dtos.StreamResponse
- getResponseBody() - Method in exception class com.binance.connector.client.common.ApiException
-
Get the HTTP response body.
- getResponseCallback() - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- getResponseHeaders() - Method in exception class com.binance.connector.client.common.ApiException
-
Get the HTTP response headers.
- getResponseType() - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- getResult() - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- getResult() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
-
Get result
- getRetries() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getRetryAfter() - Method in class com.binance.connector.client.common.dtos.RateLimit
- getRetryInterceptor(Integer, Integer) - Method in class com.binance.connector.client.common.ApiClient
- getReturnRateLimits() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
-
Get returnRateLimits
- getSchemas() - Method in class com.binance.connector.client.common.AbstractOpenApiSchema
-
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
- getSchemaType() - Method in class com.binance.connector.client.common.AbstractOpenApiSchema
-
Get the schema type (e.g.
- getSecretKey() - Method in class com.binance.connector.client.common.configuration.SignatureConfiguration
- getServerIndex() - Method in class com.binance.connector.client.common.ApiClient
- getServers() - Method in class com.binance.connector.client.common.ApiClient
- getServerTime() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
-
Get serverTime
- getServerVariables() - Method in class com.binance.connector.client.common.ApiClient
- getSignature() - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- getSignature(String) - Method in class com.binance.connector.client.common.websocket.HmacSignatureGenerator
- getSignatureConfiguration() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getSignatureGenerator(SignatureConfiguration) - Method in class com.binance.connector.client.common.auth.SignatureGeneratorFactory
- getSslCaCert() - Method in class com.binance.connector.client.common.ApiClient
-
Get SSL CA cert.
- getStatus() - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- getStatus() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
-
Get status
- getStatusCode() - Method in class com.binance.connector.client.common.ApiResponse
-
Get the
status code
. - getStream() - Method in class com.binance.connector.client.common.websocket.dtos.StreamResponse
- getTempFolderPath() - Method in class com.binance.connector.client.common.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints with file response.
- getTimestamp() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- getTimestamp() - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- getTimeUnit() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getUri(String) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- getUrl() - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- getUrl() - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- getUsePool() - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- getUserAgent() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- getUserDataStream() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
-
Get userDataStream
- getUsername() - Method in class com.binance.connector.client.common.auth.HttpBasicAuth
- getValue() - Method in enum com.binance.connector.client.common.dtos.TimeUnit
- getValue() - Method in class com.binance.connector.client.common.Pair
- getWebSocketProxy() - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- getWebSocketProxyAuthentication() - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- getWriteTimeout() - Method in class com.binance.connector.client.common.ApiClient
-
Get write timeout (in milliseconds).
- guessContentTypeFromFile(File) - Method in class com.binance.connector.client.common.ApiClient
-
Guess Content-Type header from the given file (defaults to "application/octet-stream").
H
- handleResponse(Response, Type) - Method in class com.binance.connector.client.common.ApiClient
-
Handle the given response, return the deserialized object when the response is successful.
- hashCode() - Method in class com.binance.connector.client.common.AbstractOpenApiSchema
- hashCode() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- hashCode() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- HmacSignatureGenerator - Class in com.binance.connector.client.common.sign
- HmacSignatureGenerator - Class in com.binance.connector.client.common.websocket
- HmacSignatureGenerator(String) - Constructor for class com.binance.connector.client.common.sign.HmacSignatureGenerator
- HmacSignatureGenerator(String) - Constructor for class com.binance.connector.client.common.websocket.HmacSignatureGenerator
- HOUR - Enum constant in enum com.binance.connector.client.common.dtos.RateLimitInterval
- HTTP_TEA_POT - Static variable in class com.binance.connector.client.common.ApiClient
- HTTP_TOO_MANY_REQS - Static variable in class com.binance.connector.client.common.ApiClient
- HttpBasicAuth - Class in com.binance.connector.client.common.auth
- HttpBasicAuth() - Constructor for class com.binance.connector.client.common.auth.HttpBasicAuth
- HttpBearerAuth - Class in com.binance.connector.client.common.auth
- HttpBearerAuth(String) - Constructor for class com.binance.connector.client.common.auth.HttpBearerAuth
- HttpConfiguration - Class in com.binance.connector.client.common.configuration
- HttpConfiguration() - Constructor for class com.binance.connector.client.common.configuration.HttpConfiguration
I
- id - Variable in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- id - Variable in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- id(String) - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO.Builder
- id(String) - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO.Builder
- id(String) - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO.Builder
- id(String) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- init(byte[]) - Method in class com.binance.connector.client.common.sign.PrivateKey
- init(byte[], String) - Method in class com.binance.connector.client.common.sign.PrivateKey
-
Initialize Ed25519 private key
- innerSend(RequestWrapperDTO) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- isApiKeyOnly() - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO
- isConnected() - Method in interface com.binance.connector.client.common.websocket.adapter.ConnectionInterface
- isConnected() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- isConnected() - Method in class com.binance.connector.client.common.websocket.adapter.PoolConnectionWrapper
- isConnected() - Method in interface com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionInterface
- isConnected() - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- isDebugging() - Method in class com.binance.connector.client.common.ApiClient
-
Check that whether debugging is enabled for this API client.
- isEmpty() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- isJsonMime(String) - Method in class com.binance.connector.client.common.ApiClient
-
Check if the given MIME is a JSON MIME.
- isNullable() - Method in class com.binance.connector.client.common.AbstractOpenApiSchema
-
Is nullable
- isPendingReconnect() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- isReady() - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- isSigned() - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO
- isVerifyingSsl() - Method in class com.binance.connector.client.common.ApiClient
-
True if isVerifyingSsl flag is on
- iterator() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
J
- join(String[], String) - Static method in class com.binance.connector.client.common.StringUtil
-
Join an array of strings with the given separator.
- join(Collection<String>, String) - Static method in class com.binance.connector.client.common.StringUtil
-
Join a list of strings with the given separator.
- joinQueryParameters(StringBuilder, List<Pair>) - Static method in class com.binance.connector.client.common.ApiClient
-
Joins query parameters from a Map into a StringBuilder representation.
- joinQueryParameters(StringBuilder, List<Pair>) - Method in class com.binance.connector.client.common.auth.BinanceBaseAuthentication
-
Joins query parameters from a Map into a StringBuilder representation.
- joinQueryParameters(StringBuilder, Map<String, Object>) - Static method in class com.binance.connector.client.common.websocket.SignatureUtil
- joinQueryParameters(List<Pair>) - Static method in class com.binance.connector.client.common.ApiClient
-
Joins query parameters from a Map into a String representation.
- joinQueryParameters(List<Pair>) - Method in class com.binance.connector.client.common.auth.BinanceBaseAuthentication
-
Joins query parameters from a Map into a String representation.
- JSON - Class in com.binance.connector.client.common
- JSON.ByteArrayAdapter - Class in com.binance.connector.client.common
-
Gson TypeAdapter for Byte Array type
- JSON.DateTypeAdapter - Class in com.binance.connector.client.common
-
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
- JSON.LocalDateTypeAdapter - Class in com.binance.connector.client.common
-
Gson TypeAdapter for JSR310 LocalDate type
- JSON.OffsetDateTimeTypeAdapter - Class in com.binance.connector.client.common
-
Gson TypeAdapter for JSR310 OffsetDateTime type
- JSON.SqlDateTypeAdapter - Class in com.binance.connector.client.common
-
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).
L
- LocalDateTypeAdapter() - Constructor for class com.binance.connector.client.common.JSON.LocalDateTypeAdapter
- LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class com.binance.connector.client.common.JSON.LocalDateTypeAdapter
- logOn(Session) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
M
- method - Variable in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- method(String) - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO.Builder
- method(String) - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO.Builder
- microsecond - Enum constant in enum com.binance.connector.client.common.dtos.TimeUnit
- MICROSECOND - Enum constant in enum com.binance.connector.client.common.dtos.TimeUnit
- millisecond - Enum constant in enum com.binance.connector.client.common.dtos.TimeUnit
- MILLISECOND - Enum constant in enum com.binance.connector.client.common.dtos.TimeUnit
- MIN_FILENAME_SIZE - Static variable in class com.binance.connector.client.common.ApiClient
- MINUTE - Enum constant in enum com.binance.connector.client.common.dtos.RateLimitInterval
O
- offer(T) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- offer(T, long, TimeUnit) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- OffsetDateTimeTypeAdapter() - Constructor for class com.binance.connector.client.common.JSON.OffsetDateTimeTypeAdapter
- OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class com.binance.connector.client.common.JSON.OffsetDateTimeTypeAdapter
- oldSession - Variable in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- onDownloadProgress(long, long, boolean) - Method in interface com.binance.connector.client.common.ApiCallback
-
This is called when the API download processing.
- onFailure(ApiException, int, Map<String, List<String>>) - Method in interface com.binance.connector.client.common.ApiCallback
-
This is called when the API call fails.
- onSuccess(T, int, Map<String, List<String>>) - Method in interface com.binance.connector.client.common.ApiCallback
-
This is called when the API call succeeded.
- onUploadProgress(long, long, boolean) - Method in interface com.binance.connector.client.common.ApiCallback
-
This is called when the API upload processing.
- onWebSocketClose(int, String) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- onWebSocketConnect(Session) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- onWebSocketError(Throwable) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- onWebSocketPing(ByteBuffer) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- onWebSocketText(String) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- onWebSocketText(String) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionWrapper
- ORDERS - Enum constant in enum com.binance.connector.client.common.dtos.RateLimitType
P
- Pair - Class in com.binance.connector.client.common
- Pair(String, String) - Constructor for class com.binance.connector.client.common.Pair
- parameterToPair(String, Object) - Method in class com.binance.connector.client.common.ApiClient
-
Formats the specified query parameter to a list containing a single
Pair
object. - parameterToPairs(String, String, Collection) - Method in class com.binance.connector.client.common.ApiClient
-
Formats the specified collection query parameters to a list of
Pair
objects. - parameterToString(Object) - Method in class com.binance.connector.client.common.ApiClient
-
Format the given parameter object into string.
- params - Variable in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- params(T) - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO.Builder
- params(T) - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO.Builder
- parse(String, Class<T>) - Method in interface com.binance.connector.client.common.websocket.service.WebSocketStreamParser
- parse(String, Type) - Method in class com.binance.connector.client.common.websocket.service.WebSocketStreamResponseParser
- peek() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- pendingRequest - Variable in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- poll() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- poll(long, TimeUnit) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- PoolConnectionWrapper - Class in com.binance.connector.client.common.websocket.adapter
- PoolConnectionWrapper(WebSocketClientConfiguration) - Constructor for class com.binance.connector.client.common.websocket.adapter.PoolConnectionWrapper
- PoolConnectionWrapper(WebSocketClientConfiguration, Gson) - Constructor for class com.binance.connector.client.common.websocket.adapter.PoolConnectionWrapper
- prepareDownloadFile(Response) - Method in class com.binance.connector.client.common.ApiClient
-
Prepare file for download
- PrivateKey - Class in com.binance.connector.client.common.sign
-
ED25519 or RSA private keys
- PrivateKey() - Constructor for class com.binance.connector.client.common.sign.PrivateKey
- processCookieParams(Map<String, String>, Request.Builder) - Method in class com.binance.connector.client.common.ApiClient
-
Set cookie parameters to the request builder, including default cookies.
- processHeaderParams(Map<String, String>, Request.Builder) - Method in class com.binance.connector.client.common.ApiClient
-
Set header parameters to the request builder, including default headers.
- ProgressRequestBody - Class in com.binance.connector.client.common
- ProgressRequestBody(RequestBody, ApiCallback) - Constructor for class com.binance.connector.client.common.ProgressRequestBody
- ProgressResponseBody - Class in com.binance.connector.client.common
- ProgressResponseBody(ResponseBody, ApiCallback) - Constructor for class com.binance.connector.client.common.ProgressResponseBody
- proxy - Variable in class com.binance.connector.client.common.configuration.ClientConfiguration
-
Proxy configuration
- proxyAuthenticator - Variable in class com.binance.connector.client.common.configuration.ClientConfiguration
-
Proxy Auth configuration
- put(T) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
R
- RateLimit - Class in com.binance.connector.client.common.dtos
-
DTOs for rate limits
- RateLimit() - Constructor for class com.binance.connector.client.common.dtos.RateLimit
- RateLimitInterval - Enum in com.binance.connector.client.common.dtos
- RateLimitType - Enum in com.binance.connector.client.common.dtos
- read(JsonReader) - Method in class com.binance.connector.client.common.dtos.TimeUnit.Adapter
- read(JsonReader) - Method in class com.binance.connector.client.common.JSON.ByteArrayAdapter
- read(JsonReader) - Method in class com.binance.connector.client.common.JSON.DateTypeAdapter
- read(JsonReader) - Method in class com.binance.connector.client.common.JSON.LocalDateTypeAdapter
- read(JsonReader) - Method in class com.binance.connector.client.common.JSON.OffsetDateTimeTypeAdapter
- read(JsonReader) - Method in class com.binance.connector.client.common.JSON.SqlDateTypeAdapter
- remainingCapacity() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- remove() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- remove(Object) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- removeAll(Collection<?>) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- removeEncryptedHeaderFooter(String) - Method in class com.binance.connector.client.common.sign.PrivateKey
- removeHeaderFooter(String) - Method in class com.binance.connector.client.common.sign.PrivateKey
- REQUEST_WEIGHT - Enum constant in enum com.binance.connector.client.common.dtos.RateLimitType
- RequestWrapperDTO<T,
U> - Class in com.binance.connector.client.common.websocket.dtos - RequestWrapperDTO() - Constructor for class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- RequestWrapperDTO(String, T, String) - Constructor for class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- RequestWrapperDTO.Builder<T,
U> - Class in com.binance.connector.client.common.websocket.dtos - responseCallback - Variable in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- responseType - Variable in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- responseType(Type) - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO.Builder
- responseType(Type) - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO.Builder
- result - Variable in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- result(SessionLogonResponseResult) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- result(T) - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO.Builder
- retainAll(Collection<?>) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- returnRateLimits(Boolean) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
S
- sanitizeFilename(String) - Method in class com.binance.connector.client.common.ApiClient
-
Sanitize filename by removing path.
- SECOND - Enum constant in enum com.binance.connector.client.common.dtos.RateLimitInterval
- selectHeaderAccept(String[]) - Method in class com.binance.connector.client.common.ApiClient
-
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
- selectHeaderContentType(String[]) - Method in class com.binance.connector.client.common.ApiClient
-
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
- send(ApiRequestWrapperDTO) - Method in interface com.binance.connector.client.common.websocket.adapter.ConnectionInterface
- send(ApiRequestWrapperDTO) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- send(ApiRequestWrapperDTO) - Method in class com.binance.connector.client.common.websocket.adapter.PoolConnectionWrapper
- send(RequestWrapperDTO) - Method in interface com.binance.connector.client.common.websocket.adapter.ConnectionInterface
- send(RequestWrapperDTO) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- send(RequestWrapperDTO) - Method in class com.binance.connector.client.common.websocket.adapter.PoolConnectionWrapper
- send(RequestWrapperDTO, Session) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- sendForStream(ApiRequestWrapperDTO) - Method in interface com.binance.connector.client.common.websocket.adapter.ConnectionInterface
- sendForStream(ApiRequestWrapperDTO) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- sendForStream(ApiRequestWrapperDTO) - Method in class com.binance.connector.client.common.websocket.adapter.PoolConnectionWrapper
- serialize(Object) - Static method in class com.binance.connector.client.common.JSON
-
Serialize the given Java object into JSON string.
- serialize(Object, String) - Method in class com.binance.connector.client.common.ApiClient
-
Serialize the given Java object into request body according to the object's class and the request Content-Type.
- SERIALIZED_NAME_API_KEY - Static variable in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- SERIALIZED_NAME_AUTHORIZED_SINCE - Static variable in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- SERIALIZED_NAME_CONNECTED_SINCE - Static variable in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- SERIALIZED_NAME_ID - Static variable in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- SERIALIZED_NAME_RESULT - Static variable in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- SERIALIZED_NAME_RETURN_RATE_LIMITS - Static variable in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- SERIALIZED_NAME_SERVER_TIME - Static variable in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- SERIALIZED_NAME_STATUS - Static variable in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- SERIALIZED_NAME_USER_DATA_STREAM - Static variable in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- SerializeExclusionStrategy - Class in com.binance.connector.client.common.websocket.service
- SerializeExclusionStrategy() - Constructor for class com.binance.connector.client.common.websocket.service.SerializeExclusionStrategy
- ServerConfiguration - Class in com.binance.connector.client.common
-
Representing a Server configuration.
- ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class com.binance.connector.client.common.ServerConfiguration
- serverIndex - Variable in class com.binance.connector.client.common.ApiClient
- servers - Variable in class com.binance.connector.client.common.ApiClient
- serverTime(Long) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- ServerVariable - Class in com.binance.connector.client.common
-
Representing a Server Variable for server URL template substitution.
- ServerVariable(String, String, HashSet<String>) - Constructor for class com.binance.connector.client.common.ServerVariable
- serverVariables - Variable in class com.binance.connector.client.common.ApiClient
- session - Variable in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- SessionLogonResponse - Class in com.binance.connector.client.common.websocket.dtos
-
SessionLogonResponse
- SessionLogonResponse() - Constructor for class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- SessionLogonResponse.CustomTypeAdapterFactory - Class in com.binance.connector.client.common.websocket.dtos
- SessionLogonResponseDTO - Class in com.binance.connector.client.common.websocket.dtos
- SessionLogonResponseDTO() - Constructor for class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseDTO
- SessionLogonResponseResult - Class in com.binance.connector.client.common.websocket.dtos
-
SessionLogonResponseResult
- SessionLogonResponseResult() - Constructor for class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- SessionLogonResponseResult.CustomTypeAdapterFactory - Class in com.binance.connector.client.common.websocket.dtos
- setAccessToken(String) - Method in class com.binance.connector.client.common.ApiClient
-
Helper method to set access token for the first OAuth2 authentication.
- setActualInstance(Object) - Method in class com.binance.connector.client.common.AbstractOpenApiSchema
-
Set the actual instance
- setApiKey(String) - Method in class com.binance.connector.client.common.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class com.binance.connector.client.common.auth.ApiKeyAuth
- setApiKey(String) - Method in class com.binance.connector.client.common.configuration.SignatureConfiguration
- setApiKey(String) - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- setApiKey(String) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- setApiKeyPrefix(String) - Method in class com.binance.connector.client.common.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class com.binance.connector.client.common.auth.ApiKeyAuth
- setAuthorizedSince(Long) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- setAutoLogon(Boolean) - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- setAWS4Configuration(String, String, String, String) - Method in class com.binance.connector.client.common.ApiClient
-
Helper method to set credentials for AWSV4 Signature
- setAWS4Configuration(String, String, String, String, String) - Method in class com.binance.connector.client.common.ApiClient
-
Helper method to set credentials for AWSV4 Signature
- setBackOff(Integer) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setBasePath(String) - Method in class com.binance.connector.client.common.ApiClient
-
Set base path
- setBearerToken(String) - Method in class com.binance.connector.client.common.auth.HttpBearerAuth
-
Sets the token, which together with the scheme, will be sent as the value of the Authorization header.
- setBearerToken(Supplier<String>) - Method in class com.binance.connector.client.common.auth.HttpBearerAuth
-
Sets the supplier of tokens, which together with the scheme, will be sent as the value of the Authorization header.
- setCertificatePinner(CertificatePinner) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setCompression(Boolean) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setConnectedSince(Long) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- setConnectTimeout(int) - Method in class com.binance.connector.client.common.ApiClient
-
Sets the connect timeout (in milliseconds).
- setConnectTimeout(Integer) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setCount(Integer) - Method in class com.binance.connector.client.common.dtos.RateLimit
- setCustomHeaders(Map<String, String>) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setDateFormat(DateFormat) - Method in class com.binance.connector.client.common.ApiClient
-
Setter for the field
dateFormat
. - setDateFormat(DateFormat) - Static method in class com.binance.connector.client.common.JSON
- setDebugging(boolean) - Method in class com.binance.connector.client.common.ApiClient
-
Enable/disable debugging for this API client.
- setError(ErrorResponseDTO) - Method in class com.binance.connector.client.common.websocket.dtos.BaseDTO
- setError(ErrorResponseDTO) - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- setFormat(DateFormat) - Method in class com.binance.connector.client.common.JSON.DateTypeAdapter
- setFormat(DateFormat) - Method in class com.binance.connector.client.common.JSON.SqlDateTypeAdapter
- setFormat(DateTimeFormatter) - Method in class com.binance.connector.client.common.JSON.LocalDateTypeAdapter
- setFormat(DateTimeFormatter) - Method in class com.binance.connector.client.common.JSON.OffsetDateTimeTypeAdapter
- setGson(Gson) - Static method in class com.binance.connector.client.common.JSON
-
Set Gson.
- setHttpClient(OkHttpClient) - Method in class com.binance.connector.client.common.ApiClient
-
Set HTTP client, which must never be null.
- setId(String) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- setInterval(RateLimitInterval) - Method in class com.binance.connector.client.common.dtos.RateLimit
- setIntervalNum(Integer) - Method in class com.binance.connector.client.common.dtos.RateLimit
- setJson(Gson) - Method in class com.binance.connector.client.common.ApiClient
- setKeyManagers(KeyManager[]) - Method in class com.binance.connector.client.common.ApiClient
-
Configure client keys to use for authorization in an SSL session.
- setLenientOnJson(boolean) - Method in class com.binance.connector.client.common.ApiClient
-
Set LenientOnJson.
- setLenientOnJson(boolean) - Static method in class com.binance.connector.client.common.JSON
- setLocalDateFormat(DateTimeFormatter) - Method in class com.binance.connector.client.common.ApiClient
-
Set LocalDateFormat.
- setLocalDateFormat(DateTimeFormatter) - Static method in class com.binance.connector.client.common.JSON
- setMessageMaxSize(Long) - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.binance.connector.client.common.ApiClient
-
Set OffsetDateTimeFormat.
- setOffsetDateTimeFormat(DateTimeFormatter) - Static method in class com.binance.connector.client.common.JSON
- setPassword(String) - Method in class com.binance.connector.client.common.ApiClient
-
Helper method to set password for the first HTTP basic authentication.
- setPassword(String) - Method in class com.binance.connector.client.common.auth.HttpBasicAuth
- setPendingReconnect(boolean) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- setPoolSize(Integer) - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- setPrivateKey(String) - Method in class com.binance.connector.client.common.configuration.SignatureConfiguration
- setPrivateKeyPass(String) - Method in class com.binance.connector.client.common.configuration.SignatureConfiguration
- setProxy(Proxy) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setProxyAuthenticator(Authenticator) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setRateLimitType(RateLimitType) - Method in class com.binance.connector.client.common.dtos.RateLimit
- setReadTimeout(int) - Method in class com.binance.connector.client.common.ApiClient
-
Sets the read timeout (in milliseconds).
- setReadTimeout(Integer) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setReady(boolean) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- setReconnectBatchSize(Integer) - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- setReconnectIntervalTime(Integer) - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- setResponseType(Type) - Method in class com.binance.connector.client.common.websocket.dtos.RequestWrapperDTO
- setResult(SessionLogonResponseResult) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- setRetries(Integer) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setRetryAfter(Integer) - Method in class com.binance.connector.client.common.dtos.RateLimit
- setReturnRateLimits(Boolean) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- setSecretKey(String) - Method in class com.binance.connector.client.common.configuration.SignatureConfiguration
- setServerIndex(Integer) - Method in class com.binance.connector.client.common.ApiClient
- setServers(List<ServerConfiguration>) - Method in class com.binance.connector.client.common.ApiClient
- setServerTime(Long) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- setServerVariables(Map<String, String>) - Method in class com.binance.connector.client.common.ApiClient
- setSignature(String) - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- setSignatureConfiguration(SignatureConfiguration) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setSigned(boolean) - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO
- setSqlDateFormat(DateFormat) - Method in class com.binance.connector.client.common.ApiClient
-
Set SqlDateFormat.
- setSqlDateFormat(DateFormat) - Static method in class com.binance.connector.client.common.JSON
- setSslCaCert(InputStream) - Method in class com.binance.connector.client.common.ApiClient
-
Configure the CA certificate to be trusted when making https requests.
- setStatus(Integer) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- setTempFolderPath(String) - Method in class com.binance.connector.client.common.ApiClient
-
Set the temporary folder path (for downloading files)
- setTimestamp(String) - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- setTimeUnit(TimeUnit) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setUrl(String) - Method in class com.binance.connector.client.common.configuration.ClientConfiguration
- setUrl(String) - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- setURL(Map<String, String>) - Method in class com.binance.connector.client.common.ServerConfiguration
-
Format URL template using given variables.
- setUsePool(Boolean) - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- setUserAgent(String) - Method in class com.binance.connector.client.common.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUserAgent(String) - Method in interface com.binance.connector.client.common.websocket.adapter.ConnectionInterface
- setUserAgent(String) - Method in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- setUserAgent(String) - Method in class com.binance.connector.client.common.websocket.adapter.PoolConnectionWrapper
- setUserAgent(String) - Method in interface com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionInterface
- setUserAgent(String) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- setUserDataStream(Boolean) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- setUsername(String) - Method in class com.binance.connector.client.common.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class com.binance.connector.client.common.auth.HttpBasicAuth
- setVerifyingSsl(boolean) - Method in class com.binance.connector.client.common.ApiClient
-
Configure whether to verify certificate and hostname when making https requests.
- setWebSocketProxy(ProxyConfiguration.Proxy) - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- setWebSocketProxyAuthentication(Authentication) - Method in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- setWriteTimeout(int) - Method in class com.binance.connector.client.common.ApiClient
-
Sets the write timeout (in milliseconds).
- shouldSkipClass(Class<?>) - Method in class com.binance.connector.client.common.websocket.service.DeserializeExclusionStrategy
- shouldSkipClass(Class<?>) - Method in class com.binance.connector.client.common.websocket.service.SerializeExclusionStrategy
- shouldSkipField(FieldAttributes) - Method in class com.binance.connector.client.common.websocket.service.DeserializeExclusionStrategy
- shouldSkipField(FieldAttributes) - Method in class com.binance.connector.client.common.websocket.service.SerializeExclusionStrategy
- sign(byte[]) - Method in class com.binance.connector.client.common.sign.HmacSignatureGenerator
- sign(byte[]) - Method in class com.binance.connector.client.common.sign.PrivateKey
- sign(byte[]) - Method in interface com.binance.connector.client.common.sign.SignatureGenerator
- sign(String) - Method in class com.binance.connector.client.common.sign.HmacSignatureGenerator
- sign(String) - Method in class com.binance.connector.client.common.sign.PrivateKey
- sign(String) - Method in interface com.binance.connector.client.common.sign.SignatureGenerator
- signAsString(byte[]) - Method in class com.binance.connector.client.common.sign.HmacSignatureGenerator
- signAsString(byte[]) - Method in class com.binance.connector.client.common.sign.PrivateKey
- signAsString(byte[]) - Method in interface com.binance.connector.client.common.sign.SignatureGenerator
- signAsString(String) - Method in class com.binance.connector.client.common.sign.HmacSignatureGenerator
- signAsString(String) - Method in class com.binance.connector.client.common.sign.PrivateKey
- signAsString(String) - Method in interface com.binance.connector.client.common.sign.SignatureGenerator
- signature(String) - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO.Builder
- SignatureAuthentication - Class in com.binance.connector.client.common.auth
- SignatureAuthentication(String, SignatureGenerator) - Constructor for class com.binance.connector.client.common.auth.SignatureAuthentication
- SignatureConfiguration - Class in com.binance.connector.client.common.configuration
- SignatureConfiguration() - Constructor for class com.binance.connector.client.common.configuration.SignatureConfiguration
- SignatureGenerator - Interface in com.binance.connector.client.common.sign
- SignatureGeneratorFactory - Class in com.binance.connector.client.common.auth
- SignatureGeneratorFactory() - Constructor for class com.binance.connector.client.common.auth.SignatureGeneratorFactory
- SignatureUtil - Class in com.binance.connector.client.common.websocket
- SignatureUtil() - Constructor for class com.binance.connector.client.common.websocket.SignatureUtil
- signed(Boolean) - Method in class com.binance.connector.client.common.websocket.dtos.ApiRequestWrapperDTO.Builder
- signer - Variable in class com.binance.connector.client.common.sign.PrivateKey
- size() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- source() - Method in class com.binance.connector.client.common.ProgressResponseBody
- SqlDateTypeAdapter() - Constructor for class com.binance.connector.client.common.JSON.SqlDateTypeAdapter
- SqlDateTypeAdapter(DateFormat) - Constructor for class com.binance.connector.client.common.JSON.SqlDateTypeAdapter
- status - Variable in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO
- status(Integer) - Method in class com.binance.connector.client.common.websocket.dtos.BaseResponseDTO.Builder
- status(Integer) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- StreamBlockingQueue<T> - Class in com.binance.connector.client.common.websocket.service
- StreamBlockingQueue(BlockingQueue<T>) - Constructor for class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- StreamBlockingQueue(BlockingQueue<T>, String) - Constructor for class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- StreamBlockingQueueWrapper<T> - Class in com.binance.connector.client.common.websocket.service
- StreamBlockingQueueWrapper(StreamBlockingQueue<String>, TypeToken<T>) - Constructor for class com.binance.connector.client.common.websocket.service.StreamBlockingQueueWrapper
- StreamBlockingQueueWrapper(StreamBlockingQueue<String>, TypeToken<T>, Gson) - Constructor for class com.binance.connector.client.common.websocket.service.StreamBlockingQueueWrapper
- StreamConnectionInterface - Interface in com.binance.connector.client.common.websocket.adapter.stream
- StreamConnectionPoolWrapper - Class in com.binance.connector.client.common.websocket.adapter.stream
- StreamConnectionPoolWrapper(WebSocketClientConfiguration) - Constructor for class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- StreamConnectionPoolWrapper(WebSocketClientConfiguration, Gson) - Constructor for class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- StreamConnectionWrapper - Class in com.binance.connector.client.common.websocket.adapter.stream
- StreamConnectionWrapper(WebSocketClientConfiguration) - Constructor for class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionWrapper
- StreamConnectionWrapper(WebSocketClientConfiguration, Gson) - Constructor for class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionWrapper
- StreamConnectionWrapper(WebSocketClientConfiguration, WebSocketClient) - Constructor for class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionWrapper
- StreamResponse<T,
U> - Class in com.binance.connector.client.common.websocket.dtos - StreamResponse(CompletableFuture<T>, StreamBlockingQueueWrapper<U>) - Constructor for class com.binance.connector.client.common.websocket.dtos.StreamResponse
- StringUtil - Class in com.binance.connector.client.common
- subscribe(RequestWrapperDTO<Set<String>, Object>) - Method in interface com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionInterface
- subscribe(RequestWrapperDTO<Set<String>, Object>) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- subscribe(RequestWrapperDTO<Set<String>, Object>) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionWrapper
- SystemUtil - Class in com.binance.connector.client.common
T
- take() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- take() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueueWrapper
- timestamp(String) - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO.Builder
- TimeUnit - Enum in com.binance.connector.client.common.dtos
-
Time unit for responses.
- TimeUnit.Adapter - Class in com.binance.connector.client.common.dtos
- TIMEZONE_LENGTH - Static variable in class com.binance.connector.client.common.JSON
- toArray() - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- toArray(T1[]) - Method in class com.binance.connector.client.common.websocket.service.StreamBlockingQueue
- toJson() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
-
Convert an instance of SessionLogonResponse to an JSON string
- toJson() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
-
Convert an instance of SessionLogonResponseResult to an JSON string
- toMap() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- toMap() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- toString() - Method in class com.binance.connector.client.common.AbstractOpenApiSchema
- toString() - Method in enum com.binance.connector.client.common.dtos.TimeUnit
- toString() - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- toString() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- toString() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- toUrlQueryString() - Method in class com.binance.connector.client.common.websocket.dtos.BaseRequestDTO
- toUrlQueryString() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- toUrlQueryString() - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
U
- unsubscribe(StreamBlockingQueue) - Method in interface com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionInterface
- unsubscribe(StreamBlockingQueue) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- unsubscribe(StreamBlockingQueue) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionWrapper
- unsubscribe(StreamBlockingQueueWrapper) - Method in interface com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionInterface
- unsubscribe(StreamBlockingQueueWrapper) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionPoolWrapper
- unsubscribe(StreamBlockingQueueWrapper) - Method in class com.binance.connector.client.common.websocket.adapter.stream.StreamConnectionWrapper
- updateParamsForAuth(Set<String>, List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class com.binance.connector.client.common.ApiClient
-
Update query and header parameters based on authentication settings.
- url - Variable in class com.binance.connector.client.common.configuration.ClientConfiguration
-
Base URL
- url - Variable in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
-
Base URL
- urlEncode(String) - Static method in class com.binance.connector.client.common.ApiClient
- urlEncode(String) - Static method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
- urlEncode(String) - Static method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
- urlEncode(String) - Static method in class com.binance.connector.client.common.websocket.SignatureUtil
- userDataStream(Boolean) - Method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
V
- validateJsonElement(JsonElement) - Static method in enum com.binance.connector.client.common.dtos.TimeUnit
- validateJsonElement(JsonElement) - Static method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponse
-
Validates the JSON Element and throws an exception if issues found
- validateJsonElement(JsonElement) - Static method in class com.binance.connector.client.common.websocket.dtos.SessionLogonResponseResult
-
Validates the JSON Element and throws an exception if issues found
- valueOf(String) - Static method in enum com.binance.connector.client.common.dtos.RateLimitInterval
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.binance.connector.client.common.dtos.RateLimitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.binance.connector.client.common.dtos.TimeUnit
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.binance.connector.client.common.dtos.RateLimitInterval
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.binance.connector.client.common.dtos.RateLimitType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.binance.connector.client.common.dtos.TimeUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WAIT_TIME - Static variable in class com.binance.connector.client.common.websocket.adapter.ConnectionWrapper
- WebSocketClientConfiguration - Class in com.binance.connector.client.common.websocket.configuration
- WebSocketClientConfiguration() - Constructor for class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
- webSocketProxy - Variable in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
-
Proxy configuration
- webSocketProxyAuthentication - Variable in class com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
-
Proxy Auth configuration
- WebSocketStreamParser<T> - Interface in com.binance.connector.client.common.websocket.service
- WebSocketStreamResponseParser<T> - Class in com.binance.connector.client.common.websocket.service
- WebSocketStreamResponseParser() - Constructor for class com.binance.connector.client.common.websocket.service.WebSocketStreamResponseParser
- write(JsonWriter, byte[]) - Method in class com.binance.connector.client.common.JSON.ByteArrayAdapter
- write(JsonWriter, TimeUnit) - Method in class com.binance.connector.client.common.dtos.TimeUnit.Adapter
- write(JsonWriter, Date) - Method in class com.binance.connector.client.common.JSON.SqlDateTypeAdapter
- write(JsonWriter, LocalDate) - Method in class com.binance.connector.client.common.JSON.LocalDateTypeAdapter
- write(JsonWriter, OffsetDateTime) - Method in class com.binance.connector.client.common.JSON.OffsetDateTimeTypeAdapter
- write(JsonWriter, Date) - Method in class com.binance.connector.client.common.JSON.DateTypeAdapter
- writeTo(BufferedSink) - Method in class com.binance.connector.client.common.ProgressRequestBody
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form