public static final class ExperimentalConfiguration.Builder extends Object implements Builder<ExperimentalConfiguration>
ExperimentalConfiguration.| Constructor and Description |
|---|
Builder()
Deprecated.
use
ExperimentalConfiguration.builder() instead. |
| Modifier and Type | Method and Description |
|---|---|
ExperimentalConfiguration |
build() |
ExperimentalConfiguration.Builder |
http2(Http2Configuration http2)
Sets value for HTTP/2 configuration.
|
@Deprecated public Builder()
ExperimentalConfiguration.builder() instead.private in next release.public ExperimentalConfiguration.Builder http2(Http2Configuration http2)
http2 - HTTP/2 configuration.public ExperimentalConfiguration build()
build in interface Builder<ExperimentalConfiguration>Copyright © 2018–2019 Oracle Corporation. All rights reserved.