| Package | Description |
|---|---|
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.metric.http |
| Modifier and Type | Method and Description |
|---|---|
void |
RealConnection.onSettings(Http2Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Http2Connection |
Http2Connection.Builder.build() |
Http2Connection |
Http2Stream.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Http2Connection.Listener.onSettings(Http2Connection connection)
通知连接的对等点的设置可能已更改。实现应该采取适当的操作来处理更新的设置
处理对该方法的并发调用是实现的职责。发送多个设置帧的远程对等点将触发对该
方法的多个调用,而这些调用不一定是序列化的
|
| Constructor and Description |
|---|
Http2Codec(Httpd client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
Copyright © 2020. All rights reserved.