Uses of Interface
io.helidon.webserver.SocketConfiguration.SocketConfigurationBuilder
-
Uses of SocketConfiguration.SocketConfigurationBuilder in io.helidon.webserver
Modifier and TypeInterfaceDescriptionstatic interface
SocketConfiguration.SocketConfigurationBuilder<B extends SocketConfiguration.SocketConfigurationBuilder<B>>
Socket configuration builder API, used bySocketConfiguration.Builder
to configure additional sockets, and byWebServer.Builder
to configure the default socket.Modifier and TypeClassDescriptionstatic final class
Deprecated.static final class
TheSocketConfiguration
builder class.static final class
WebServer builder class provides a convenient way to set up WebServer with multiple server sockets and optional multiple routings.
WebServer.Builder
instead