Uses of Class
org.miaixz.bus.http.metric.http.Http2Settings
Packages that use Http2Settings
-
Uses of Http2Settings in org.miaixz.bus.http.metric.http
Methods in org.miaixz.bus.http.metric.http that return Http2SettingsMethods in org.miaixz.bus.http.metric.http with parameters of type Http2SettingsModifier and TypeMethodDescriptionvoidHttp2Writer.applyAndAckSettings(Http2Settings peerSettings) AppliespeerSettingsand then sends a settings ACK.voidHttp2Settings.merge(Http2Settings other) 将other写入其中。如果使用this和other填充任何设置,则将保留other中的值和标志voidHttp2Connection.setSettings(Http2Settings settings) Mergessettingsinto this peer's settings and sends them to the remote peer.voidHttp2Writer.settings(Http2Settings settings) Write httpd's settings to the peer.