Module bus.socket

Class AsynchronousSocketChannelProxy

java.lang.Object
java.nio.channels.AsynchronousSocketChannel
org.miaixz.bus.socket.metric.channels.AsynchronousSocketChannelProxy
All Implemented Interfaces:
Closeable, AutoCloseable, AsynchronousByteChannel, AsynchronousChannel, Channel, NetworkChannel
Direct Known Subclasses:
SslAsynchronousSocketChannel

public class AsynchronousSocketChannelProxy extends AsynchronousSocketChannel
异步套接字通道代理
Since:
Java 17+
Author:
Kimi Liu