Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- ContextLocals - Class in io.smallrye.common.vertx
-
Utilities to access Vert.x Context locals.
- createNewDuplicatedContext() - Static method in class io.smallrye.common.vertx.VertxContext
-
Creates a new duplicated context, even if the current one is already a duplicated context.
- createNewDuplicatedContext(Context) - Static method in class io.smallrye.common.vertx.VertxContext
-
Creates a new duplicated context, even if the passed one is already a duplicated context.
D
- 2. Duplicated Context - Search tag in class io.smallrye.common.vertx.VertxContext
- Section
G
- get(String) - Static method in class io.smallrye.common.vertx.ContextLocals
-
Gets the value from the context local associated with the given key.
- get(String, T) - Static method in class io.smallrye.common.vertx.ContextLocals
-
Gets the value from the context local associated with the given key.
- getFromParent(String) - Static method in class io.smallrye.common.vertx.ContextLocals
-
Gets the value associated with the given key from the parent context.
- getFromParent(String, T) - Static method in class io.smallrye.common.vertx.ContextLocals
-
Gets the value associated with the given key from the parent context.
- getOrCreateDuplicatedContext() - Static method in class io.smallrye.common.vertx.VertxContext
-
Gets or creates a duplicated context.
- getOrCreateDuplicatedContext(Context) - Static method in class io.smallrye.common.vertx.VertxContext
-
Gets or creates a duplicated context.
- getOrCreateDuplicatedContext(Vertx) - Static method in class io.smallrye.common.vertx.VertxContext
-
Gets or creates a duplicated context.
- getParentContext() - Static method in class io.smallrye.common.vertx.ContextLocals
-
Gets the parent context of the current context.
- getRootContext(Context) - Static method in class io.smallrye.common.vertx.VertxContext
-
Returns the parent context from a given Vert.x context.
I
- io.smallrye.common.vertx - module io.smallrye.common.vertx
-
Utility classes relating to Vert.x context manipulation.
- io.smallrye.common.vertx - package io.smallrye.common.vertx
- isDuplicatedContext(Context) - Static method in class io.smallrye.common.vertx.VertxContext
-
Checks if the given context is a duplicated context.
- isOnDuplicatedContext() - Static method in class io.smallrye.common.vertx.VertxContext
-
Checks if the current context is a duplicated context.
N
- 3. Nested Context - Search tag in class io.smallrye.common.vertx.VertxContext
- Section
- newNestedContext() - Static method in class io.smallrye.common.vertx.VertxContext
-
Creates a new nested context from the current context.
- newNestedContext(Context) - Static method in class io.smallrye.common.vertx.VertxContext
-
Creates a new nested context from the given context.
P
- PARENT_CONTEXT - Static variable in class io.smallrye.common.vertx.VertxContext
-
The key used to store the parent context in a nested context.
- put(String, T) - Static method in class io.smallrye.common.vertx.ContextLocals
-
Stores the given key/value in the context local.
- putInParent(String, T) - Static method in class io.smallrye.common.vertx.ContextLocals
-
Puts the given key/value in the parent context.
R
- 1. Root Context - Search tag in class io.smallrye.common.vertx.VertxContext
- Section
- remove(String) - Static method in class io.smallrye.common.vertx.ContextLocals
-
Removes the value associated with the given key from the context locals.
S
- Summary of Behavior: - Search tag in class io.smallrye.common.vertx.VertxContext
- Section
V
- VertxContext - Class in io.smallrye.common.vertx
-
Utility classes allowing to create duplicated and nested contexts.
All Classes and Interfaces|All Packages|Constant Field Values