Class Http2Connection

java.lang.Object
org.miaixz.bus.http.metric.http.Http2Connection
All Implemented Interfaces:
Closeable, AutoCloseable

public class Http2Connection extends Object implements Closeable
到远程对等点的套接字连接。连接主机可以发送和接收数据流.
Since:
Java 17+
Author:
Kimi Liu