public interface Http2Configuration
| Modifier and Type | Interface and Description |
|---|---|
static class |
Http2Configuration.Builder
Builder for
Http2Configuration. |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_CONTENT_LENGTH
Default value for max content length.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
enable()
Config property to enable HTTP/2 support.
|
int |
maxContentLength()
Default HTTP/2 content length.
|
static final int DEFAULT_MAX_CONTENT_LENGTH
Copyright © 2018–2019 Oracle Corporation. All rights reserved.