Uses of Interface
org.jboss.resteasy.spi.concurrent.ThreadContext
Packages that use ThreadContext
-
Uses of ThreadContext in org.jboss.resteasy.core.concurrent
Classes in org.jboss.resteasy.core.concurrent that implement ThreadContext -
Uses of ThreadContext in org.jboss.resteasy.spi.concurrent
Methods in org.jboss.resteasy.spi.concurrent that return types with arguments of type ThreadContextModifier and TypeMethodDescriptionThreadContexts.getThreadContexts()
Returns a collection of the current thread contexts.Methods in org.jboss.resteasy.spi.concurrent with parameters of type ThreadContextModifier and TypeMethodDescriptionThreadContexts.add
(ThreadContext<?> threadContext) Adds the context to the current collection.