Class ConcurrentReadHandler<T>

java.lang.Object
org.aoju.bus.socket.handler.CompletionReadHandler<T>
org.aoju.bus.socket.handler.ConcurrentReadHandler<T>
All Implemented Interfaces:
CompletionHandler<Integer,TcpAioSession<T>>

public class ConcurrentReadHandler<T> extends CompletionReadHandler<T>
读写事件回调处理类
Since:
Java 17+
Author:
Kimi Liu