Uses of Enum Class
org.miaixz.bus.socket.Status
Packages that use Status
Package
Description
定义用户进行通信开发所需实现的接口
消息处理实现
插件等实现
-
Uses of Status in org.miaixz.bus.socket
Methods in org.miaixz.bus.socket that return StatusModifier and TypeMethodDescriptionstatic StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.socket with parameters of type StatusModifier and TypeMethodDescriptiondefault voidHandler.stateEvent(Session session, Status status, Throwable throwable) 状态机事件,当枚举事件发生时由框架触发该方法voidPlugin.stateEvent(Status status, Session session, Throwable throwable) 监听状态机事件 -
Uses of Status in org.miaixz.bus.socket.metric.handler
Methods in org.miaixz.bus.socket.metric.handler with parameters of type StatusModifier and TypeMethodDescriptionfinal voidAbstractMessageHandler.stateEvent(Session session, Status status, Throwable throwable) abstract voidAbstractMessageHandler.stateEvent0(Session session, Status status, Throwable throwable) -
Uses of Status in org.miaixz.bus.socket.plugin
Methods in org.miaixz.bus.socket.plugin with parameters of type StatusModifier and TypeMethodDescriptionvoidAbstractPlugin.stateEvent(Status status, Session session, Throwable throwable) final voidHeartPlugin.stateEvent(Status status, Session session, Throwable throwable) voidMonitorPlugin.stateEvent(Status status, Session session, Throwable throwable)