Uses of Class
org.aoju.bus.socket.TcpAioSession
Packages that use TcpAioSession
-
Uses of TcpAioSession in org.aoju.bus.socket
Methods in org.aoju.bus.socket that return TcpAioSession -
Uses of TcpAioSession in org.aoju.bus.socket.handler
Methods in org.aoju.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)