Uses of Interface
io.helidon.webserver.spi.ServerFeature
Packages that use ServerFeature
Package
Description
Microprofile 1.0 server implementation.
Helidon OpenAPI support.
Helidon WebServer Access Log Support.
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
Methods in io.helidon.microprofile.server with parameters of type ServerFeatureModifier and TypeMethodDescriptionvoid
ServerCdiExtension.addFeature
(ServerFeature feature) Add a server feature. -
Uses of ServerFeature in io.helidon.openapi
Classes in io.helidon.openapi that implement ServerFeature -
Uses of ServerFeature in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog that implement ServerFeatureModifier and TypeClassDescriptionfinal class
Service that adds support for Access logging to Server. -
Uses of ServerFeature in io.helidon.webserver.context
Classes in io.helidon.webserver.context that implement ServerFeature -
Uses of ServerFeature in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors that implement ServerFeature -
Uses of ServerFeature in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe that implement ServerFeatureModifier and TypeClassDescriptionclass
Support for all observe providers that are available (or configured). -
Uses of ServerFeature in io.helidon.webserver.security
Classes in io.helidon.webserver.security that implement ServerFeatureModifier 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
Classes in io.helidon.webserver.spi with type parameters of type ServerFeatureModifier 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
Method parameters in io.helidon.webserver.testing.junit5 with type arguments of type ServerFeatureModifier and TypeMethodDescriptionHttp1DirectJunitExtension.setUpRouteParamHandler
(List<ServerFeature> features, Class<?> type) -
Uses of ServerFeature in io.helidon.webserver.testing.junit5.spi
Method parameters in io.helidon.webserver.testing.junit5.spi with type arguments of type ServerFeatureModifier 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
Method parameters in io.helidon.webserver.testing.junit5.websocket with type arguments of type ServerFeatureModifier and TypeMethodDescriptionWsDirectExtension.setUpRouteParamHandler
(List<ServerFeature> features, Class<?> type)