Uses of Enum Class
xyz.felh.okx.v5.enumeration.ws.WsChannel
Packages that use WsChannel
-
Uses of WsChannel in xyz.felh.okx.v5
Methods in xyz.felh.okx.v5 with parameters of type WsChannelModifier and TypeMethodDescriptionvoidconnect wsstatic okhttp3.RequestOkxWsApiService.defaultRequest(WsChannel wsChannel, boolean simulated) voidOkxWsApiService.disconnect(WsChannel wsChannel, int code, String reason) Manually close connectionbooleanis connectvoidreconnectvoidOkxWsApiService.resetConnectCount(WsChannel wsChannel) voidsend string messagevoidsend byte messagevoidOkxWsApiService.setConnectState(WsChannel wsChannel, boolean state) voidOkxWsApiService.setWebSocket(WsChannel wsChannel, okhttp3.WebSocket webSocket) set it when connected -
Uses of WsChannel in xyz.felh.okx.v5.enumeration.ws
Methods in xyz.felh.okx.v5.enumeration.ws that return WsChannel -
Uses of WsChannel in xyz.felh.okx.v5.ws
Constructors in xyz.felh.okx.v5.ws with parameters of type WsChannelModifierConstructorDescriptionFelhWsListener(OkxWsApiService okxWsApiService, WsChannel wsChannel)