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 TypeMethodDescriptionvoidCompletionReadHandler.completed(Integer result, TcpAioSession<T> aioSession) 处理消息读回调事件voidCompletionWriteHandler.completed(Integer result, TcpAioSession<T> aioSession) voidConcurrentReadHandler.completed(Integer result, TcpAioSession aioSession) final voidCompletionReadHandler.failed(Throwable exc, TcpAioSession<T> aioSession) voidCompletionWriteHandler.failed(Throwable exc, TcpAioSession<T> aioSession)