| Package | Description |
|---|---|
| org.aoju.bus.socket.handler |
提供通信拦截具体实现
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentReadHandler.completed(Integer result,
TcpAioSession aioSession) |
void |
CompletionWriteHandler.completed(Integer result,
TcpAioSession<T> aioSession) |
void |
CompletionReadHandler.completed(Integer result,
TcpAioSession<T> aioSession)
处理消息读回调事件
|
void |
CompletionWriteHandler.failed(Throwable exc,
TcpAioSession<T> aioSession) |
void |
CompletionReadHandler.failed(Throwable exc,
TcpAioSession<T> aioSession) |
Copyright © 2021. All rights reserved.