A B C D H I P
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(ServerRequest, ServerResponse) - Method in class io.helidon.webserver.context.propagation.ContextPropagationFilter
- addRecord(PropagationRecord) - Method in class io.helidon.webserver.context.propagation.ContextPropagationFilter.Builder
-
Add a configuration records.
- apply(ServerRequest) - Method in interface io.helidon.webserver.context.propagation.PropagationRecord
-
Apply this record on the server request, reading the header and registering the context value.
- array(boolean) - Method in class io.helidon.webserver.context.propagation.PropagationRecord.Builder
-
Whether this value is a String (
false), or an array of Strings (true).
B
- build() - Method in class io.helidon.webserver.context.propagation.ContextPropagationFilter.Builder
- build() - Method in class io.helidon.webserver.context.propagation.PropagationRecord.Builder
- builder() - Static method in class io.helidon.webserver.context.propagation.ContextPropagationFilter
-
A new fluent API builder to customize configuration of context propagation.
- builder() - Static method in interface io.helidon.webserver.context.propagation.PropagationRecord
-
Create a new fluent API builder to customize configuration.
- Builder() - Constructor for class io.helidon.webserver.context.propagation.ContextPropagationFilter.Builder
C
- classifier(String) - Method in class io.helidon.webserver.context.propagation.PropagationRecord.Builder
-
Classifier of the value to be used with
Context.register(Object, Object). - config(Config) - Method in class io.helidon.webserver.context.propagation.ContextPropagationFilter.Builder
-
Update the builder from configuration.
- config(Config) - Method in class io.helidon.webserver.context.propagation.PropagationRecord.Builder
-
Update from configuration.
- ContextPropagationFilter - Class in io.helidon.webserver.context.propagation
-
Filter to add propagation of context values through HTTP headers.
- ContextPropagationFilter.Builder - Class in io.helidon.webserver.context.propagation
-
Fluent API builder for
ContextPropagationFilter. - create(Config) - Static method in class io.helidon.webserver.context.propagation.ContextPropagationFilter
-
Create a filter from configuration.
D
- defaultValue(String...) - Method in class io.helidon.webserver.context.propagation.PropagationRecord.Builder
-
Default value to use, either a single string (any type), or an array of strings (only usable if this is an array).
H
- header(String) - Method in class io.helidon.webserver.context.propagation.PropagationRecord.Builder
-
Name of the header expected to contain value to be registered in context.
I
- io.helidon.webserver.context.propagation - module io.helidon.webserver.context.propagation
-
Propagation of context data across HTTP for Helidon
WebServer. - io.helidon.webserver.context.propagation - package io.helidon.webserver.context.propagation
-
Propagation of context data across HTTP for Helidon
WebServer.
P
- PropagationRecord - Interface in io.helidon.webserver.context.propagation
-
Propagation record mapping header to classifier, may be a
Stringtype, or an array of strings. - PropagationRecord.Builder - Class in io.helidon.webserver.context.propagation
-
Fluent API builder for
PropagationRecord.
All Classes All Packages