public interface Http2Configuration
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Http2Configuration.Builder |
Builder for
Http2Configuration. |
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_MAX_CONTENT_LENGTH |
Default value for max content length.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
enable() |
Config property to enable HTTP/2 support.
|
int |
maxContentLength() |
Default HTTP/2 content length.
|
static final int DEFAULT_MAX_CONTENT_LENGTH
boolean enable()
int maxContentLength()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.