Class ContextFeature

java.lang.Object
io.helidon.webserver.context.ContextFeature
All Implemented Interfaces:
RuntimeType.Api<ContextFeatureConfig>, NamedService, ServerFeature

public class ContextFeature extends Object implements ServerFeature, RuntimeType.Api<ContextFeatureConfig>
Adds Context support to Helidon WebServer. When added to the processing, further processing will be executed in a request specific context.
  • Field Details

    • WEIGHT

      public static final double WEIGHT
      Default weight of the feature. It is quite high, as context is used by a lot of other features.
      See Also:
  • Method Details