Module bus.socket

Class SslAsynchronousSocketChannel

All Implemented Interfaces:
Closeable, AutoCloseable, AsynchronousByteChannel, AsynchronousChannel, Channel, NetworkChannel

public class SslAsynchronousSocketChannel extends AsynchronousSocketChannelProxy
握手相关实现
Since:
Java 17+
Author:
Kimi Liu