C G I P R V 
All Classes All Packages

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.

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.
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.
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 - 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.

P

put(String, T) - Static method in class io.smallrye.common.vertx.ContextLocals
Stores the given key/value in the context local.

R

remove(String) - Static method in class io.smallrye.common.vertx.ContextLocals
Removes the value associated with the given key from the context locals.

V

VertxContext - Class in io.smallrye.common.vertx
Utility classes allowing to create duplicated contexts.
C G I P R V 
All Classes All Packages