public interface Spdy
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_LENGTH_IN_BYTES |
static String |
MODE_PATTERN |
static String |
VERSIONS |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnabled()
Enables SPDY support.
|
String |
getInitialWindowSizeInBytes()
Configures the initial window size in bytes.
|
String |
getMaxConcurrentStreams()
Configures the number of concurrent streams allowed per SPDY connection.
|
String |
getMaxFrameLengthInBytes()
Configures the maximum length of SPDY frame to be accepted.
|
String |
getMode()
SPDY mode.
|
String |
getVersions()
Enables SPDY support.
|
void |
setEnabled(String enabled) |
void |
setInitialWindowSizeInBytes(String initialWindowSizeInBytes) |
void |
setMaxConcurrentStreams(String maxConcurrentStreams) |
void |
setMaxFrameLengthInBytes(String maxFrameLengthInBytes) |
void |
setMode(String mode) |
void |
setVersions(String versions) |
static final int MAX_CONCURRENT_STREAMS
static final int INITIAL_WINDOW_SIZE_IN_BYTES
static final int MAX_FRAME_LENGTH_IN_BYTES
static final boolean ENABLED
static final String MODE_PATTERN
static final String VERSIONS
String getEnabled()
void setEnabled(String enabled)
@Pattern(regexp="(npn|plain)") String getMode()
void setMode(String mode)
String getMaxConcurrentStreams()
void setMaxConcurrentStreams(String maxConcurrentStreams)
String getInitialWindowSizeInBytes()
void setInitialWindowSizeInBytes(String initialWindowSizeInBytes)
String getMaxFrameLengthInBytes()
void setMaxFrameLengthInBytes(String maxFrameLengthInBytes)
String getVersions()
void setVersions(String versions)
Copyright © 2017. All rights reserved.