Uses of Interface
io.helidon.webserver.WebServer
Packages that use WebServer
Package
Description
Reactive web server API.
Netty Epoll Transport implementation.
Netty io_uring Transport implementation.
-
Uses of WebServer in io.helidon.webserver
Methods in io.helidon.webserver that return WebServerModifier and TypeMethodDescriptionWebServer.Builder.build()Builds theWebServerinstance as configured by this builder and its parameters.static WebServerCreates new instance from provided routing and default configuration.static WebServerCreates new instance from provided configuration and routing.static WebServerCreates new instance from provided routing and default configuration.static WebServerCreates new instance from provided configuration and routing.BareRequest.webServer()Gets actualWebServerinstance.ServerRequest.webServer()Returns actualWebServerinstance.ServerResponse.webServer()Returns actualWebServerinstance.Methods in io.helidon.webserver that return types with arguments of type WebServerModifier and TypeMethodDescriptionWebServer.shutdown()Attempt to gracefully shutdown server.WebServer.start()Starts the server.WebServer.whenShutdown()Completion stage is completed when server is shut down.Methods in io.helidon.webserver with parameters of type WebServerMethod parameters in io.helidon.webserver with type arguments of type WebServerModifier and TypeMethodDescriptionRouting.Builder.onNewWebServer(Consumer<WebServer> webServerConsumer) Routing.Rules.onNewWebServer(Consumer<WebServer> webServerConsumer) Registers callback on created newWebServerinstance with this routing. -
Uses of WebServer in io.helidon.webserver.transport.netty.epoll
Methods in io.helidon.webserver.transport.netty.epoll with parameters of type WebServerModifier and TypeMethodDescriptionbooleanEPollTransport.isAvailableFor(WebServer webServer) ReturnstruewhenEpoll.isAvailable()returnstrueandfalseotherwise. -
Uses of WebServer in io.helidon.webserver.transport.netty.iouring
Methods in io.helidon.webserver.transport.netty.iouring with parameters of type WebServerModifier and TypeMethodDescriptionbooleanIOUringTransport.isAvailableFor(WebServer webServer) ReturnstruewhenIOUring.isAvailable()returnstrueandfalseotherwise.