Package io.helidon.webserver.servicecommon


package io.helidon.webserver.servicecommon
Helidon WebServer Services Common.
  • Class
    Description
    Adds support for features that require a service to be exposed.
    Deprecated, for removal: This API element is subject to removal in a future version.
    feature specific CORS configuration is deprecated and will be removed; use either config based CORS setup (configuration key cors, or programmatic setup using the io.helidon.webserver.cors.CorsFeature server feature; reason for existence of this class was CORS configuration - as this is now not needed, this class will most likely be removed in a future version of Helidon; implement an HttpFeature directly instead
    Abstract implementation of a Builder for the service.
    Deprecated, for removal: This API element is subject to removal in a future version.
    feature specific CORS configuration is deprecated and will be removed; use either config based CORS setup (configuration key cors, or programmatic setup using the io.helidon.webserver.cors.CorsFeature server feature; as this class's reason for existence was mostly CORS, it will be removed in a future release of Helidon; implement HttpService directly instead
    Builder for RestServiceSettings.