Uses of Class
org.miaixz.bus.http.plugin.httpv.CoverCall.Client
Packages that use CoverCall.Client
-
Uses of CoverCall.Client in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return CoverCall.ClientMethods in org.miaixz.bus.http with parameters of type CoverCall.ClientModifier and TypeMethodDescriptionstatic StompStomp.over(CoverCall.Client task) 构建 Stomp 客户端(自动确定消息)static StompStomp.over(CoverCall.Client task, boolean autoAck) 构建 Stomp 客户端 -
Uses of CoverCall.Client in org.miaixz.bus.http.plugin.httpv
Methods in org.miaixz.bus.http.plugin.httpv that return CoverCall.ClientModifier and TypeMethodDescriptionCoverCall.Client.heatbeat(int pingSeconds, int pongSeconds) 设置心跳间隔 覆盖原有的心跳模式,主要区别如下:CoverCall.Client.setOnClosed(CoverCall.Register<CoverCall.Close> onClosed) 已关闭监听(当连接被取消或发生异常时,也会走该回调)CoverCall.Client.setOnClosing(CoverCall.Register<CoverCall.Close> onClosing) 正在关闭监听CoverCall.Client.setOnException(CoverCall.Register<Throwable> onException) 连接异常监听CoverCall.Client.setOnMessage(CoverCall.Register<CoverCall.Message> onMessage) 消息监听CoverCall.Client.setOnOpen(CoverCall.Register<CoverResult> onOpen) 连接打开监听Constructors in org.miaixz.bus.http.plugin.httpv with parameters of type CoverCall.Client