| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ServerConfiguration |
Immutable
WebServer configuration. |
| Modifier and Type | Field | Description |
|---|---|---|
static SocketConfiguration |
SocketConfiguration.DEFAULT |
The default socket configuration.
|
| Modifier and Type | Method | Description |
|---|---|---|
SocketConfiguration |
SocketConfiguration.Builder.build() |
|
default SocketConfiguration |
ServerConfiguration.socket(java.lang.String name) |
A socket configuration of an additional named server socket.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,SocketConfiguration> |
ServerConfiguration.sockets() |
A map of all the configured server sockets; that is the default server socket
which is identified by the key
ServerConfiguration.DEFAULT_SOCKET_NAME and also all the additional
named server socket configurations. |
| Modifier and Type | Method | Description |
|---|---|---|
ServerConfiguration.Builder |
ServerConfiguration.Builder.addSocket(java.lang.String name,
SocketConfiguration socketConfiguration) |
Adds an additional named server socket configuration.
|
| Modifier and Type | Method | Description |
|---|---|---|
ServerConfiguration.Builder |
ServerConfiguration.Builder.addSocket(java.lang.String name,
Builder<SocketConfiguration> socketConfigurationBuilder) |
Adds an additional named server socket configuration builder.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.