public class AioProcessor extends Object implements org.smartboot.socket.MessageProcessor<SocketMessage>
| 构造器和说明 |
|---|
AioProcessor(AioContextHandler contextHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
process(org.smartboot.socket.transport.AioSession<SocketMessage> session,
SocketMessage request) |
void |
stateEvent(org.smartboot.socket.transport.AioSession<SocketMessage> session,
org.smartboot.socket.StateMachineEnum stateMachineEnum,
Throwable throwable) |
public AioProcessor(AioContextHandler contextHandler)
public void process(org.smartboot.socket.transport.AioSession<SocketMessage> session, SocketMessage request)
process 在接口中 org.smartboot.socket.MessageProcessor<SocketMessage>public void stateEvent(org.smartboot.socket.transport.AioSession<SocketMessage> session, org.smartboot.socket.StateMachineEnum stateMachineEnum, Throwable throwable)
stateEvent 在接口中 org.smartboot.socket.MessageProcessor<SocketMessage>Copyright © 2020. All rights reserved.