Uses of Class
org.miaixz.bus.http.metric.http.Http2Settings
Packages that use Http2Settings
Package
Description
Provides the internal implementation of the HTTP/1.1 and HTTP/2 protocols.
-
Uses of Http2Settings in org.miaixz.bus.http.metric.http
Methods in org.miaixz.bus.http.metric.http that return Http2SettingsModifier and TypeMethodDescriptionHttp2Settings.set(int id, int value) Sets a setting with the given ID and value.Methods 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) Merges the settings fromotherinto this.voidHttp2Connection.setSettings(Http2Settings settings) Mergessettingsinto this peer's settings and sends them to the remote peer.voidHttp2Writer.settings(Http2Settings settings) Writes HTTP/2 settings to the peer.