Uses of Interface
io.helidon.webserver.SocketConfiguration.SocketConfigurationBuilder
-
Packages that use SocketConfiguration.SocketConfigurationBuilder Package Description io.helidon.webserver Reactive web server API. -
-
Uses of SocketConfiguration.SocketConfigurationBuilder in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type SocketConfiguration.SocketConfigurationBuilder Modifier and Type Interface Description static 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.Classes in io.helidon.webserver that implement SocketConfiguration.SocketConfigurationBuilder Modifier and Type Class Description static class
ServerConfiguration.Builder
Deprecated.since 2.0.0 - useWebServer.Builder
insteadstatic class
SocketConfiguration.Builder
TheSocketConfiguration
builder class.static class
WebServer.Builder
WebServer builder class provides a convenient way to set up WebServer with multiple server sockets and optional multiple routings.
-