| 限定符和类型 | 类和说明 |
|---|---|
static class |
H2Config.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
static H2Config.Builder |
copy(H2Config config) |
static H2Config.Builder |
custom() |
int |
getHeaderTableSize() |
int |
getInitialWindowSize() |
int |
getMaxConcurrentStreams() |
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()
public static H2Config.Builder custom()
public static H2Config.Builder initial()
public static H2Config.Builder copy(H2Config config)
Copyright © 2023. All rights reserved.