Uses of Class
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.SettingsHandshake
-
Packages that use AbstractH2StreamMultiplexer.SettingsHandshake Package Description org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of AbstractH2StreamMultiplexer.SettingsHandshake in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as AbstractH2StreamMultiplexer.SettingsHandshake Modifier and Type Field Description private AbstractH2StreamMultiplexer.SettingsHandshakeAbstractH2StreamMultiplexer. localSettingStateprivate AbstractH2StreamMultiplexer.SettingsHandshakeAbstractH2StreamMultiplexer. remoteSettingStateMethods in org.apache.hc.core5.http2.impl.nio that return AbstractH2StreamMultiplexer.SettingsHandshake Modifier and Type Method Description static AbstractH2StreamMultiplexer.SettingsHandshakeAbstractH2StreamMultiplexer.SettingsHandshake. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractH2StreamMultiplexer.SettingsHandshake[]AbstractH2StreamMultiplexer.SettingsHandshake. values()Returns an array containing the constants of this enum type, in the order they are declared.
-