public interface Http2
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ENABLED |
static int |
INITIAL_WINDOW_SIZE_IN_BYTES |
static int |
MAX_CONCURRENT_STREAMS |
static int |
MAX_FRAME_PAYLOAD_SIZE_IN_BYTES |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnabled()
Enables HTTP2 support.
|
String |
getInitialWindowSizeInBytes()
Configures the initial window size in bytes.
|
String |
getMaxConcurrentStreams()
Configures the number of concurrent streams allowed per HTTP2 connection.
|
String |
getMaxFramePayloadSizeInBytes()
Configures the maximum size of the HTTP2 frame payload to be accepted.
|
void |
setEnabled(String enabled) |
void |
setInitialWindowSizeInBytes(String initialWindowSizeInBytes) |
void |
setMaxConcurrentStreams(String maxConcurrentStreams) |
void |
setMaxFramePayloadSizeInBytes(String maxFramePayloadSizeInBytes) |
static final int MAX_CONCURRENT_STREAMS
static final int INITIAL_WINDOW_SIZE_IN_BYTES
static final int MAX_FRAME_PAYLOAD_SIZE_IN_BYTES
static final boolean ENABLED
String getEnabled()
void setEnabled(String enabled)
String getMaxConcurrentStreams()
void setMaxConcurrentStreams(String maxConcurrentStreams)
String getInitialWindowSizeInBytes()
void setInitialWindowSizeInBytes(String initialWindowSizeInBytes)
String getMaxFramePayloadSizeInBytes()
void setMaxFramePayloadSizeInBytes(String maxFramePayloadSizeInBytes)
Copyright © 2017. All rights reserved.