Class EnhanceAsynchronousSocketChannel

java.lang.Object
java.nio.channels.AsynchronousSocketChannel
org.miaixz.bus.socket.channel.EnhanceAsynchronousSocketChannel
All Implemented Interfaces:
Closeable, AutoCloseable, AsynchronousByteChannel, AsynchronousChannel, Channel, NetworkChannel

public final class EnhanceAsynchronousSocketChannel extends AsynchronousSocketChannel
模拟JDK7的AIO处理方式
Since:
Java 17+
Author:
Kimi Liu