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 interfaceSocketConfiguration.SocketConfigurationBuilder<B extends SocketConfiguration.SocketConfigurationBuilder<B>>Socket configuration builder API, used bySocketConfiguration.Builderto configure additional sockets, and byWebServer.Builderto configure the default socket.Classes in io.helidon.webserver that implement SocketConfiguration.SocketConfigurationBuilder Modifier and Type Class Description static classServerConfiguration.BuilderDeprecated.since 2.0.0 - useWebServer.Builderinsteadstatic classSocketConfiguration.BuilderTheSocketConfigurationbuilder class.static classWebServer.BuilderWebServer builder class provides a convenient way to set up WebServer with multiple server sockets and optional multiple routings.
-