Uses of Interface
io.helidon.webserver.ServerLifecycle
Packages that use ServerLifecycle
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
-
Uses of ServerLifecycle in io.helidon.webserver
Subinterfaces of ServerLifecycle in io.helidon.webserver -
Uses of ServerLifecycle in io.helidon.webserver.http
Subinterfaces of ServerLifecycle in io.helidon.webserver.httpModifier and TypeInterfaceDescriptioninterfaceHTTP filter.interfaceHandle a server request and server response.interfaceCan be registered withHttpRouting.Builder.addFeature(java.util.function.Supplier).interfaceA basic HTTP route (should be usable by ANY HTTP protocol version).interfaceEncapsulates a set ofroutingrules and related logic.Classes in io.helidon.webserver.http that implement ServerLifecycleModifier and TypeClassDescriptionfinal classHandler of HTTP filters.final classHTTP routing.final classA handler that enforces authentication and/or authorization. -
Uses of ServerLifecycle in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 that implement ServerLifecycle