Module bus.socket

Class UnsupportedAsynchronousSocketChannel

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

public class UnsupportedAsynchronousSocketChannel extends AsynchronousSocketChannel
非异步套接字通道
Since:
Java 17+
Author:
Kimi Liu