Uses of Class
org.miaixz.bus.socket.TcpAioSession
Packages that use TcpAioSession
Package
Description
定义用户进行通信开发所需实现的接口
提供通信拦截具体实现
-
Uses of TcpAioSession in org.miaixz.bus.socket
Methods in org.miaixz.bus.socket that return TcpAioSession -
Uses of TcpAioSession in org.miaixz.bus.socket.handler
Methods in org.miaixz.bus.socket.handler with parameters of type TcpAioSessionModifier and TypeMethodDescriptionvoidConcurrentReadCompletionHandler.completed(Integer result, TcpAioSession aioSession) voidReadCompletionHandler.completed(Integer result, TcpAioSession aioSession) 处理消息读回调事件voidWriteCompletionHandler.completed(Integer result, TcpAioSession aioSession) final voidReadCompletionHandler.failed(Throwable exc, TcpAioSession aioSession) voidWriteCompletionHandler.failed(Throwable exc, TcpAioSession aioSession)