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