Uses of Interface
com.bybit.api.client.websocket.callback.WebSocketClosingCallback
-
Packages that use WebSocketClosingCallback Package Description com.bybit.api.client.websocket.httpclient com.bybit.api.client.websocket.impl -
-
Uses of WebSocketClosingCallback in com.bybit.api.client.websocket.httpclient
Methods in com.bybit.api.client.websocket.httpclient with parameters of type WebSocketClosingCallback Modifier and Type Method Description voidWebSocketApiClient. connect(WebSocketOpenCallback onOpenCallback, WebSocketMessageCallback onMessageCallback, WebSocketClosingCallback onClosingCallback, WebSocketClosedCallback onClosedCallback, WebSocketFailureCallback onFailureCallback) -
Uses of WebSocketClosingCallback in com.bybit.api.client.websocket.impl
Methods in com.bybit.api.client.websocket.impl with parameters of type WebSocketClosingCallback Modifier and Type Method Description voidWebSocketApiClientImpl. connect(WebSocketOpenCallback onOpenCallback, WebSocketMessageCallback onMessageCallback, WebSocketClosingCallback onClosingCallback, WebSocketClosedCallback onClosedCallback, WebSocketFailureCallback onFailureCallback)Constructors in com.bybit.api.client.websocket.impl with parameters of type WebSocketClosingCallback Constructor Description WebSocketConnection(WebSocketOpenCallback onOpenCallback, WebSocketMessageCallback onMessageCallback, WebSocketClosingCallback onClosingCallback, WebSocketClosedCallback onClosedCallback, WebSocketFailureCallback onFailureCallback, okhttp3.Request request, okhttp3.OkHttpClient client)
-