Uses of Interface
io.helidon.webserver.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
Modifier 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. -
Uses of ServerLifecycle in io.helidon.webserver.http2
-
Uses of ServerLifecycle in io.helidon.webserver.websocket