| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerConfiguration
Immutable
WebServer configuration. |
| Modifier and Type | Field and Description |
|---|---|
static SocketConfiguration |
SocketConfiguration.DEFAULT
The default socket configuration.
|
| Modifier and Type | Method and 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 and 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 and Description |
|---|---|
ServerConfiguration.Builder |
ServerConfiguration.Builder.addSocket(java.lang.String name,
SocketConfiguration socketConfiguration)
Adds an additional named server socket configuration.
|
| Modifier and Type | Method and 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.