Class UnsupportedAsynchronousSocketChannel

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

public class UnsupportedAsynchronousSocketChannel extends AsynchronousSocketChannel
Since:
Java 17+
Author:
Kimi Liu