Class WebSocketApiRequestHandler
- java.lang.Object
-
- com.bybit.api.client.websocket.callback.WebSocketApiRequestHandler
-
public class WebSocketApiRequestHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description WebSocketApiRequestHandler(WebSocketConnection connection, String apiKey, SignatureGenerator signatureGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublicRequest(String method)voidpublicRequest(String method, org.json.JSONObject parameters)voidrequest(RequestType requestType, String method, org.json.JSONObject parameters)voidsignedRequest(String method, org.json.JSONObject parameters)
-
-
-
Constructor Detail
-
WebSocketApiRequestHandler
public WebSocketApiRequestHandler(WebSocketConnection connection, String apiKey, SignatureGenerator signatureGenerator)
-
-
Method Detail
-
publicRequest
public void publicRequest(String method)
-
publicRequest
public void publicRequest(String method, org.json.JSONObject parameters)
-
signedRequest
public void signedRequest(String method, org.json.JSONObject parameters)
-
request
public void request(RequestType requestType, String method, org.json.JSONObject parameters)
-
-