Uses of Enum Class
org.aoju.bus.socket.SocketStatus
Packages that use SocketStatus
Package
Description
定义用户进行通信开发所需实现的接口
提供插件等实现
消息处理器
-
Uses of SocketStatus in org.aoju.bus.socket
Methods in org.aoju.bus.socket that return SocketStatusModifier and TypeMethodDescriptionstatic SocketStatusReturns the enum constant of this class with the specified name.static SocketStatus[]SocketStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SocketStatus in org.aoju.bus.socket.plugins
Methods in org.aoju.bus.socket.plugins with parameters of type SocketStatusModifier and TypeMethodDescriptionvoidAbstractPlugin.stateEvent(SocketStatus socketStatus, AioSession session, Throwable throwable) final voidHeartPlugin.stateEvent(SocketStatus socketStatus, AioSession session, Throwable throwable) voidMonitorPlugin.stateEvent(SocketStatus socketStatus, AioSession session, Throwable throwable) voidPlugin.stateEvent(SocketStatus socketStatus, AioSession session, Throwable throwable) 监听状态机事件voidReconnectPlugin.stateEvent(SocketStatus socketStatus, AioSession session, Throwable throwable) -
Uses of SocketStatus in org.aoju.bus.socket.process
Methods in org.aoju.bus.socket.process with parameters of type SocketStatusModifier and TypeMethodDescriptionfinal voidAbstractMessageProcessor.stateEvent(AioSession session, SocketStatus socketStatus, Throwable throwable) default voidMessageProcessor.stateEvent(AioSession session, SocketStatus socketStatus, Throwable throwable) 状态机事件,当枚举事件发生时由框架触发该方法abstract voidAbstractMessageProcessor.stateEvent0(AioSession session, SocketStatus socketStatus, Throwable throwable)