| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl |
| Class and Description |
|---|
| RequestOptions
The configuration for the request APIs
|
| SubscriptionClient
The subscription client interface, it is used for subscribing any market data
update and account change, it is asynchronous, so you must implement the
SubscriptionListener interface.
|
| SubscriptionErrorHandler
The error handler for the subscription.
|
| SubscriptionListener
You must implement the SubscriptionListener interface.
|
| SubscriptionOptions
The configuration for the subscription APIs
|
| SyncRequestClient
Synchronous request interface, invoking Binance RestAPI via synchronous
method.
All methods in this interface will be blocked until the RestAPI response. |
| Class and Description |
|---|
| RequestOptions
The configuration for the request APIs
|
| SubscriptionClient
The subscription client interface, it is used for subscribing any market data
update and account change, it is asynchronous, so you must implement the
SubscriptionListener interface.
|
| SubscriptionErrorHandler
The error handler for the subscription.
|
| SubscriptionListener
You must implement the SubscriptionListener interface.
|
| SubscriptionOptions
The configuration for the subscription APIs
|
| SyncRequestClient
Synchronous request interface, invoking Binance RestAPI via synchronous
method.
All methods in this interface will be blocked until the RestAPI response. |
Copyright © 2021. All rights reserved.