Java io.netty.handler.codec.http2 Http2Settings fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http2 Http2Settings fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http2 Http2Settings.

The text is from its open source code.

Constructor

Method

Http2SettingsdefaultSettings()
Http2SettingsheaderTableSize(long value)
Sets the SETTINGS_HEADER_TABLE_SIZE value.
LongheaderTableSize()
Gets the SETTINGS_HEADER_TABLE_SIZE value.
Http2SettingsinitialWindowSize(int value)
Sets the SETTINGS_INITIAL_WINDOW_SIZE value.
IntegerinitialWindowSize()
Gets the SETTINGS_INITIAL_WINDOW_SIZE value.
Http2SettingsmaxConcurrentStreams(long value)
Sets the SETTINGS_MAX_CONCURRENT_STREAMS value.
LongmaxConcurrentStreams()
Gets the SETTINGS_MAX_CONCURRENT_STREAMS value.
Http2SettingsmaxFrameSize(int value)
Sets the SETTINGS_MAX_FRAME_SIZE value.
IntegermaxFrameSize()
Gets the SETTINGS_MAX_FRAME_SIZE value.
Http2SettingsmaxHeaderListSize(long value)
Sets the SETTINGS_MAX_HEADER_LIST_SIZE value.
LongmaxHeaderListSize()
Gets the SETTINGS_MAX_HEADER_LIST_SIZE value.
Http2SettingspushEnabled(boolean enabled)
Sets the SETTINGS_ENABLE_PUSH value.
BooleanpushEnabled()
Gets the SETTINGS_ENABLE_PUSH value.
Longput(char key, Long value)
Adds the given setting key/value pair.