Uses of Class
xyz.felh.okx.v5.entity.ws.request.WsRequestArg
Packages that use WsRequestArg
Package
Description
-
Uses of WsRequestArg in xyz.felh.okx.v5
Methods in xyz.felh.okx.v5 with parameters of type WsRequestArgModifier and TypeMethodDescriptionvoidOkxWsApiService.pureSubscribe(WsChannel wsChannel, WsRequestArg requestArg) -
Uses of WsRequestArg in xyz.felh.okx.v5.entity.ws.request.biz
Subclasses of WsRequestArg in xyz.felh.okx.v5.entity.ws.request.bizModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of WsRequestArg in xyz.felh.okx.v5.entity.ws.request.pri
Subclasses of WsRequestArg in xyz.felh.okx.v5.entity.ws.request.priModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of WsRequestArg in xyz.felh.okx.v5.entity.ws.request.pub
Subclasses of WsRequestArg in xyz.felh.okx.v5.entity.ws.request.pubModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of WsRequestArg in xyz.felh.okx.v5.handler
Classes in xyz.felh.okx.v5.handler with type parameters of type WsRequestArgModifier and TypeClassDescriptionclassWsSubscribeEntityHandler<R extends WsRequestArg,T extends WsResponseArg, D extends WsSubscribeEntity> Methods in xyz.felh.okx.v5.handler that return types with arguments of type WsRequestArgModifier and TypeMethodDescriptionstatic WsSubscribeEntityHandler<? extends WsRequestArg, ? extends WsResponseArg, ? extends WsSubscribeEntity> WsSubscribeEntityHandlerFactory.getHandler(String message, WsChannel wsChannel, SubscribeStateService subscribeStateService) -
Uses of WsRequestArg in xyz.felh.okx.v5.ws
Methods in xyz.felh.okx.v5.ws with parameters of type WsRequestArgModifier and TypeMethodDescriptionvoidSubscribeStateService.addSubscribed(WsChannel wsChannel, WsRequestArg arg) Add param when call subscribevoidSubscribeStateService.confirmSubscribed(WsChannel wsChannel, WsRequestArg arg) confirm subscribedbooleanSubscribeStateService.hasSubscribed(WsChannel wsChannel, WsRequestArg arg) Check if current channel has been subscribed successfullyvoidSubscribeStateService.removeSubscribed(WsChannel wsChannel, WsRequestArg arg) remove subscribed data