Modifier and Type | Class and Description |
---|---|
static class |
H2Config.Builder |
Modifier and Type | Field and Description |
---|---|
static H2Config |
DEFAULT |
static H2Config |
INIT |
Modifier and Type | Method and Description |
---|---|
static H2Config.Builder |
copy(H2Config config) |
static H2Config.Builder |
custom() |
int |
getHeaderTableSize() |
int |
getInitialWindowSize() |
int |
getMaxConcurrentStreams() |
int |
getMaxContinuations() |
int |
getMaxFrameSize() |
int |
getMaxHeaderListSize() |
static H2Config.Builder |
initial() |
boolean |
isCompressionEnabled() |
boolean |
isPushEnabled() |
String |
toString() |
public int getHeaderTableSize()
public boolean isPushEnabled()
public int getMaxConcurrentStreams()
public int getInitialWindowSize()
public int getMaxFrameSize()
public int getMaxHeaderListSize()
public boolean isCompressionEnabled()
@Internal public int getMaxContinuations()
public static H2Config.Builder custom()
public static H2Config.Builder initial()
public static H2Config.Builder copy(H2Config config)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.