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