| Package | Description |
|---|---|
| org.aoju.bus.socket.origin | |
| org.aoju.bus.socket.origin.plugins |
| Modifier and Type | Method and Description |
|---|---|
static StateMachine |
StateMachine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMachine[] |
StateMachine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.stateEvent(AioSession<T> session,
StateMachine stateMachineEnum,
Throwable throwable)
状态机事件,当枚举事件发生时由框架触发该方法
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessage.stateEvent(AioSession<T> session,
StateMachine stateMachineEnum,
Throwable throwable) |
void |
Plugin.stateEvent(StateMachine stateMachine,
AioSession<T> session,
Throwable throwable) |
void |
MonitorPlugin.stateEvent(StateMachine stateMachineEnum,
AioSession<T> session,
Throwable throwable) |
void |
HeartPlugin.stateEvent(StateMachine stateMachineEnum,
AioSession<T> session,
Throwable throwable) |
void |
AbstractPlugin.stateEvent(StateMachine stateMachineEnum,
AioSession<T> session,
Throwable throwable) |
abstract void |
AbstractMessage.stateEvent0(AioSession<T> session,
StateMachine stateMachineEnum,
Throwable throwable) |
Copyright © 2020. All rights reserved.