Uses of Class
com.bybit.api.client.websocket.callback.WebSocketApiRequestHandler
-
Packages that use WebSocketApiRequestHandler Package Description com.bybit.api.client.websocket.api com.bybit.api.client.websocket.impl -
-
Uses of WebSocketApiRequestHandler in com.bybit.api.client.websocket.api
Constructors in com.bybit.api.client.websocket.api with parameters of type WebSocketApiRequestHandler Constructor Description WebSocketApiAuth(WebSocketApiRequestHandler handler)WebSocketApiTrade(WebSocketApiRequestHandler handler) -
Uses of WebSocketApiRequestHandler in com.bybit.api.client.websocket.impl
Methods in com.bybit.api.client.websocket.impl with parameters of type WebSocketApiRequestHandler Modifier and Type Method Description static WebSocketApiModuleWebSocketApiModuleFactory. build(Category category, WebSocketApiRequestHandler requestHandler)Build WebSocketApiModule for the given WebSocket API category if it does not exist yet.
-