Uses of Interface
io.helidon.webserver.ServerLifecycle
Packages that use ServerLifecycle
Package
Description
Reactive web server API.
HTTP/2 support for Helidon webserver.
WebSocket support for Helidon webserver.
-
Uses of ServerLifecycle in io.helidon.webserver
Subinterfaces of ServerLifecycle in io.helidon.webserverModifier and TypeInterfaceDescriptioninterface
A basic HTTP route (should be usable by ANY HTTP protocol version).(package private) interface
io.helidon.webserver.Route
A unit of theRouting
.interface
Routing represents composition of HTTP request-response handlers with routing rules.Classes in io.helidon.webserver that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket that implement ServerLifecycle