Class ConcurrentReadCompletionHandler

java.lang.Object
org.miaixz.bus.socket.handler.ReadCompletionHandler
org.miaixz.bus.socket.handler.ConcurrentReadCompletionHandler
All Implemented Interfaces:
CompletionHandler<Integer,TcpAioSession>

public class ConcurrentReadCompletionHandler extends ReadCompletionHandler
读写事件回调处理类
Since:
Java 17+
Author:
Kimi Liu