程序包 cool.scx.socket
类 ScxSocketClient
java.lang.Object
cool.scx.socket.ScxSocket
cool.scx.socket.PingPongManager
cool.scx.socket.TypeConverter
cool.scx.socket.ScxSocketClient
-
嵌套类概要
从类继承的嵌套类/接口 cool.scx.socket.TypeConverter
TypeConverter.TypeRequest -
字段概要
从类继承的字段 cool.scx.socket.ScxSocket
clientID, duplicateFrameChecker, logger, options, sendTaskMap, webSocket -
构造器概要
构造器构造器说明ScxSocketClient(String uri, io.vertx.core.http.WebSocketClient webSocketClient) ScxSocketClient(String uri, io.vertx.core.http.WebSocketClient webSocketClient, ScxSocketClientOptions options) ScxSocketClient(String uri, io.vertx.core.http.WebSocketClient webSocketClient, String clientID) ScxSocketClient(String uri, io.vertx.core.http.WebSocketClient webSocketClient, String clientID, ScxSocketClientOptions clientOptions) -
方法概要
从类继承的方法 cool.scx.socket.TypeConverter
onEvent, onEvent, onEvent, onEvent, onEvent, onEvent, send, send, sendEvent, sendEvent, sendEvent, sendEvent, sendEvent, sendEvent, sendEvent, sendEvent从类继承的方法 cool.scx.socket.PingPongManager
doSocketFrame, startPing从类继承的方法 cool.scx.socket.ScxSocket
bind, callOnClose, callOnError, callOnEventWithCheckDuplicateAsync, callOnMessageWithCheckDuplicateAsync, callResponseCallback, callResponseCallbackAsync, clientID, closeWebSocket, doAck, doMessage, doResponse, isClosed, onClose, onError, onEvent, onEvent, onEvent, onMessage, removeEvent, send, send, send, sendAck, sendEvent, sendEvent, sendEvent, sendEvent, sendResponse, setResponseCallback
-
构造器详细资料
-
ScxSocketClient
public ScxSocketClient(String uri, io.vertx.core.http.WebSocketClient webSocketClient, String clientID, ScxSocketClientOptions clientOptions) -
ScxSocketClient
public ScxSocketClient(String uri, io.vertx.core.http.WebSocketClient webSocketClient, ScxSocketClientOptions options) -
ScxSocketClient
-
ScxSocketClient
-
-
方法详细资料
-
onOpen
-
connect
public void connect() -
doClose
-
doError
-
close
public void close()- 覆盖:
close在类中PingPongManager
-
doPingTimeout
protected void doPingTimeout()- 指定者:
doPingTimeout在类中PingPongManager
-