Module io.helidon.nima.webserver
Package io.helidon.nima.webserver
package io.helidon.nima.webserver
Níma WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
ClassDescriptionClose the connection.Server connection context.Connection provider candidates.Definitions and factory methods for key performance indicator
KeyPerformanceIndicatorSupport.ContextandKeyPerformanceIndicatorSupport.Metrics.Per-request key performance indicator context, with behavior common to immediately-processed requests and deferrable ones.Added per-request key performance indicator context behavior for requests for which processing might be deferred until some time after receipt of the request (i.e., some time after request handling begins).Key performance indicator metrics behavior.Configuration of a server listener (server socket).Fluent API builder forListenerConfiguration.Listener context.A route.Router for server.Builder for a standalone router.Router.RouterBuilder<B extends Router.RouterBuilder<B>>Generic builder interface used by bothRouter.Builderandio.helidon.nima.webserver.WebServer.Builder.Routing abstraction.Server configuration bean.Basic server lifecycle operations.Server that opens server sockets and handles requests through routing.Fluent API builder forWebServer.