public final class Http2Configuration extends Object implements ToCopyableBuilder<Http2Configuration.Builder,Http2Configuration>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Http2Configuration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Http2Configuration.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Duration |
healthCheckPingPeriod() |
Integer |
initialWindowSize() |
Long |
maxStreams() |
Http2Configuration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcopypublic Long maxStreams()
public Integer initialWindowSize()
public Duration healthCheckPingPeriod()
public Http2Configuration.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Http2Configuration.Builder,Http2Configuration>public static Http2Configuration.Builder builder()
Copyright © 2026. All rights reserved.