Package reactor.netty.http
Class Http2SettingsSpec
java.lang.Object
reactor.netty.http.Http2SettingsSpec
A configuration builder to fine tune the
Http2Settings
.- Since:
- 1.0.0
- Author:
- Violeta Georgieva
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Http2SettingsSpec.Builder
builder()
Creates a builder forHttp2SettingsSpec
.@Nullable Boolean
Returns the configuredSETTINGS_ENABLE_CONNECT_PROTOCOL
value or null.boolean
int
hashCode()
@Nullable Long
Returns the configuredSETTINGS_HEADER_TABLE_SIZE
value or null.@Nullable Integer
Returns the configuredSETTINGS_INITIAL_WINDOW_SIZE
value or null.@Nullable Long
Returns the configuredSETTINGS_MAX_CONCURRENT_STREAMS
value or null.@Nullable Integer
Returns the configuredSETTINGS_MAX_FRAME_SIZE
value or null.Returns the configuredSETTINGS_MAX_HEADER_LIST_SIZE
value or the defaultHttp2CodecUtil.DEFAULT_HEADER_LIST_SIZE
.@Nullable Long
Returns the configuredmaxStreams
value or null.@Nullable Boolean
Returns the configuredSETTINGS_ENABLE_PUSH
value or null.
-
Method Details
-
builder
Creates a builder forHttp2SettingsSpec
.- Returns:
- a new
Http2SettingsSpec.Builder
-
connectProtocolEnabled
Returns the configuredSETTINGS_ENABLE_CONNECT_PROTOCOL
value or null.- Returns:
- the configured
SETTINGS_ENABLE_CONNECT_PROTOCOL
value or null - Since:
- 1.2.5
-
headerTableSize
Returns the configuredSETTINGS_HEADER_TABLE_SIZE
value or null.- Returns:
- the configured
SETTINGS_HEADER_TABLE_SIZE
value or null
-
initialWindowSize
Returns the configuredSETTINGS_INITIAL_WINDOW_SIZE
value or null.- Returns:
- the configured
SETTINGS_INITIAL_WINDOW_SIZE
value or null
-
maxConcurrentStreams
Returns the configuredSETTINGS_MAX_CONCURRENT_STREAMS
value or null.- Returns:
- the configured
SETTINGS_MAX_CONCURRENT_STREAMS
value or null
-
maxFrameSize
Returns the configuredSETTINGS_MAX_FRAME_SIZE
value or null.- Returns:
- the configured
SETTINGS_MAX_FRAME_SIZE
value or null
-
maxHeaderListSize
Returns the configuredSETTINGS_MAX_HEADER_LIST_SIZE
value or the defaultHttp2CodecUtil.DEFAULT_HEADER_LIST_SIZE
.- Returns:
- the configured
SETTINGS_MAX_HEADER_LIST_SIZE
value or the defaultHttp2CodecUtil.DEFAULT_HEADER_LIST_SIZE
.
-
maxStreams
Returns the configuredmaxStreams
value or null.- Returns:
- the configured
maxStreams
value or null - Since:
- 1.0.33
-
pushEnabled
Returns the configuredSETTINGS_ENABLE_PUSH
value or null.- Returns:
- the configured
SETTINGS_ENABLE_PUSH
value or null
-
equals
-
hashCode
public int hashCode()
-