Uses of Interface
io.helidon.webserver.spi.ServerFeature
Package
Description
Microprofile 1.0 server implementation.
Helidon OpenAPI support.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer Access Log Support.
An implementation of a feature to protect all server requests with a limit.
Helidon WebServer Context Support.
Helidon WebServer CORS Support.
Helidon WebServer Observability Support.
Helidon WebServer Security Support.
Helidon WebServer SPI.
Helidon WebServer Testing JUnit5 Support.
Helidon WebServer Testing JUnit5 SPI.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
-
Uses of ServerFeature in io.helidon.microprofile.server
Modifier and TypeMethodDescriptionvoid
ServerCdiExtension.addFeature
(ServerFeature feature) Add a server feature. -
Uses of ServerFeature in io.helidon.openapi
-
Uses of ServerFeature in io.helidon.webserver
Modifier and TypeMethodDescriptionWebServerConfig.BuilderBase.features()
Server features allow customization of the server, listeners, or routings.WebServerConfig.BuilderBase.WebServerConfigImpl.features()
Modifier and TypeMethodDescriptionWebServerConfig.BuilderBase.addFeature
(ServerFeature feature) Server features allow customization of the server, listeners, or routings.Modifier and TypeMethodDescriptionWebServerConfig.BuilderBase.addFeatures
(List<? extends ServerFeature> features) Server features allow customization of the server, listeners, or routings.WebServerConfig.BuilderBase.features
(List<? extends ServerFeature> features) Server features allow customization of the server, listeners, or routings. -
Uses of ServerFeature in io.helidon.webserver.accesslog
Modifier and TypeClassDescriptionfinal class
Service that adds support for Access logging to Server. -
Uses of ServerFeature in io.helidon.webserver.concurrency.limits
-
Uses of ServerFeature in io.helidon.webserver.context
-
Uses of ServerFeature in io.helidon.webserver.cors
-
Uses of ServerFeature in io.helidon.webserver.observe
Modifier and TypeClassDescriptionclass
Support for all observe providers that are available (or configured). -
Uses of ServerFeature in io.helidon.webserver.security
Modifier and TypeClassDescriptionclass
Server feature for security, to be registered withWebServerConfig.BuilderBase.addFeature(io.helidon.webserver.spi.ServerFeature)
. -
Uses of ServerFeature in io.helidon.webserver.spi
Modifier and TypeInterfaceDescriptioninterface
ServerFeatureProvider<T extends ServerFeature>
Server features provider is aServiceLoader
provider API to discover server wide features. -
Uses of ServerFeature in io.helidon.webserver.testing.junit5
Modifier and TypeMethodDescriptionHttp1DirectJunitExtension.setUpRouteParamHandler
(List<ServerFeature> features, Class<?> type) -
Uses of ServerFeature in io.helidon.webserver.testing.junit5.spi
Modifier and TypeMethodDescriptiondefault Optional
<DirectJunitExtension.ParamHandler<?>> DirectJunitExtension.setUpRouteParamHandler
(List<ServerFeature> features, Class<?> type) Check if the type is supported and return a handler for it. -
Uses of ServerFeature in io.helidon.webserver.testing.junit5.websocket
Modifier and TypeMethodDescriptionWsDirectExtension.setUpRouteParamHandler
(List<ServerFeature> features, Class<?> type)