Uses of Interface
io.helidon.webserver.spi.ServerFeature
Packages that use ServerFeature
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer SPI.
-
Uses of ServerFeature in io.helidon.webserver
Methods in io.helidon.webserver that return types with arguments of type ServerFeatureModifier and TypeMethodDescriptionWebServerConfig.BuilderBase.features()Server features allow customization of the server, listeners, or routings.WebServerConfig.BuilderBase.WebServerConfigImpl.features()Methods in io.helidon.webserver with parameters of type ServerFeatureModifier and TypeMethodDescriptionWebServerConfig.BuilderBase.addFeature(ServerFeature feature) Server features allow customization of the server, listeners, or routings.Method parameters in io.helidon.webserver with type arguments of type ServerFeatureModifier 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.spi
Classes in io.helidon.webserver.spi with type parameters of type ServerFeatureModifier and TypeInterfaceDescriptioninterfaceServerFeatureProvider<T extends ServerFeature>Server features provider is aServiceLoaderprovider API to discover server wide features.