Package org.apache.hc.core5.http2.config
Class H2Config.Builder
java.lang.Object
org.apache.hc.core5.http2.config.H2Config.Builder
- Enclosing class:
H2Config
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setCompressionEnabled(boolean compressionEnabled) setHeaderTableSize(int headerTableSize) setInitialWindowSize(int initialWindowSize) setMaxConcurrentStreams(int maxConcurrentStreams) setMaxFrameSize(int maxFrameSize) setMaxHeaderListSize(int maxHeaderListSize) setPushEnabled(boolean pushEnabled)
-
Method Details
-
setHeaderTableSize
-
setPushEnabled
-
setMaxConcurrentStreams
-
setInitialWindowSize
-
setMaxFrameSize
-
setMaxHeaderListSize
-
setCompressionEnabled
-
build
-