Uses of Interface
io.netty.handler.codec.spdy.SpdySettingsFrame
Packages that use SpdySettingsFrame
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdySettingsFrame in io.netty.handler.codec.spdy
Classes in io.netty.handler.codec.spdy that implement SpdySettingsFrameFields in io.netty.handler.codec.spdy declared as SpdySettingsFrameMethods in io.netty.handler.codec.spdy that return SpdySettingsFrameModifier and TypeMethodDescriptionDefaultSpdySettingsFrame.removeValue
(int id) SpdySettingsFrame.removeValue
(int id) Removes the value of the setting ID.DefaultSpdySettingsFrame.setClearPreviouslyPersistedSettings
(boolean clear) SpdySettingsFrame.setClearPreviouslyPersistedSettings
(boolean clear) Sets if previously persisted settings should be cleared.DefaultSpdySettingsFrame.setPersisted
(int id, boolean persisted) SpdySettingsFrame.setPersisted
(int id, boolean persisted) Sets if this setting is persisted.DefaultSpdySettingsFrame.setPersistValue
(int id, boolean persistValue) SpdySettingsFrame.setPersistValue
(int id, boolean persistValue) Sets if this setting should be persisted.DefaultSpdySettingsFrame.setValue
(int id, int value) DefaultSpdySettingsFrame.setValue
(int id, int value, boolean persistValue, boolean persisted) SpdySettingsFrame.setValue
(int id, int value) Sets the value of the setting ID.SpdySettingsFrame.setValue
(int id, int value, boolean persistVal, boolean persisted) Sets the value of the setting ID.Methods in io.netty.handler.codec.spdy with parameters of type SpdySettingsFrameModifier and TypeMethodDescriptionSpdyFrameEncoder.encodeSettingsFrame
(ByteBufAllocator allocator, SpdySettingsFrame spdySettingsFrame)