Class WriteCompletionHandler

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

public class WriteCompletionHandler extends Object implements CompletionHandler<Integer,TcpAioSession>
读写事件回调处理类
Since:
Java 17+
Author:
Kimi Liu