Uses of Class
cool.scx.socket.SendOptions
-
Uses of SendOptions in cool.scx.socket
Subclasses of SendOptions in cool.scx.socketMethods in cool.scx.socket that return SendOptionsModifier and TypeMethodDescriptionSendOptions.setGiveUpIfReachMaxResendTimes(boolean giveUpIfReachMaxResendTimes) SendOptions.setMaxResendDelayed(long maxDelayed) SendOptions.setMaxResendTimes(int maxResendTimes) SendOptions.setNeedAck(boolean needAck) Methods in cool.scx.socket with parameters of type SendOptionsModifier and TypeMethodDescriptionfinal voidEasyUseSocket.send(Object data, SendOptions options) final voidScxSocket.send(ScxSocketFrame socketFrame, SendOptions options) final voidScxSocket.send(String content, SendOptions options) final voidEasyUseSocket.sendEvent(String eventName, Object data, SendOptions options) final voidScxSocket.sendEvent(String eventName, String data, SendOptions options)