Class AsynchronousSocketChannel

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

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