Class CompletionWriteHandler<T>

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

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