Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addSockets(Set<? extends String>) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
B
- build() - Method in class io.helidon.webserver.context.ContextFeatureConfig.Builder
- build() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- builder() - Static method in class io.helidon.webserver.context.ContextFeature
-
Fluent API builder to set up an instance.
- builder() - Static method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Create a new fluent API builder to customize configuration.
- builder(ContextFeatureConfig) - Static method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Create a new fluent API builder from an existing instance.
- BuilderBase() - Constructor for class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Protected to support extensibility.
- buildPrototype() - Method in class io.helidon.webserver.context.ContextFeatureConfig.Builder
C
- config() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config(Config) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Update builder from configuration (node of this type).
- configKey() - Method in class io.helidon.webserver.context.ContextFeatureProvider
- ContextFeature - Class in io.helidon.webserver.context
-
Adds
Contextsupport to Helidon WebServer. - ContextFeatureConfig - Interface in io.helidon.webserver.context
-
Configuration of context feature.
- ContextFeatureConfig.Builder - Class in io.helidon.webserver.context
-
Fluent API builder for
ContextFeature. - ContextFeatureConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.webserver.context -
Fluent API builder base for
ContextFeature. - ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl - Class in io.helidon.webserver.context
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ContextFeatureConfigImpl(ContextFeatureConfig.BuilderBase<?, ?>) - Constructor for class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
-
Create an instance providing a builder.
- ContextFeatureProvider - Class in io.helidon.webserver.context
-
ServiceLoaderprovider implementation for context feature forWebServer. - ContextFeatureProvider() - Constructor for class io.helidon.webserver.context.ContextFeatureProvider
-
Deprecated.
- create() - Static method in class io.helidon.webserver.context.ContextFeature
-
Create a new context feature with default setup.
- create() - Static method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Create a new instance with default values.
- create(Config) - Static method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Create a new instance from configuration.
- create(Config, String) - Method in class io.helidon.webserver.context.ContextFeatureProvider
- create(Config) - Static method in class io.helidon.webserver.context.ContextFeature
-
Create a new context feature with custom setup.
- create(ContextFeatureConfig) - Static method in class io.helidon.webserver.context.ContextFeature
-
Create a new instance from its configuration.
- create(Consumer<ContextFeatureConfig.Builder>) - Static method in class io.helidon.webserver.context.ContextFeature
-
Create a new instance customizing its configuration.
E
- equals(Object) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
F
- from(ContextFeatureConfig) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ContextFeatureConfig.BuilderBase<?, ?>) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
G
- get() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
H
- hashCode() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
I
- io.helidon.webserver.context - module io.helidon.webserver.context
-
Helidon WebServer Context Support.
- io.helidon.webserver.context - package io.helidon.webserver.context
-
Helidon WebServer Context Support.
N
- name() - Method in class io.helidon.webserver.context.ContextFeature
- name() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- name() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Name of this instance.
- name() - Method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Name of this instance.
P
- preBuildPrototype() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Handles providers and decorators.
- prototype() - Method in class io.helidon.webserver.context.ContextFeature
S
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.context.ContextFeature
- sockets() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- sockets() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets() - Method in interface io.helidon.webserver.context.ContextFeatureConfig
-
List of sockets to register this feature on.
- sockets(Set<? extends String>) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
T
- toString() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- toString() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
- type() - Method in class io.helidon.webserver.context.ContextFeature
V
- validatePrototype() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Validates required properties.
W
- weight() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- weight() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Weight of the context feature.
- weight() - Method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Weight of the context feature.
- weight(double) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Weight of the context feature.
- WEIGHT - Static variable in class io.helidon.webserver.context.ContextFeature
-
Default weight of the feature.
All Classes and Interfaces|All Packages|Constant Field Values
ServiceLoader