Uses of Interface
org.jboss.resteasy.spi.concurrent.ThreadContext
-
Packages that use ThreadContext Package Description org.jboss.resteasy.core.concurrent org.jboss.resteasy.spi.concurrent -
-
Uses of ThreadContext in org.jboss.resteasy.core.concurrent
Classes in org.jboss.resteasy.core.concurrent that implement ThreadContext Modifier and Type Class Description classResteasyThreadContext -
Uses of ThreadContext in org.jboss.resteasy.spi.concurrent
Methods in org.jboss.resteasy.spi.concurrent that return types with arguments of type ThreadContext Modifier and Type Method Description Collection<ThreadContext<Object>>ThreadContexts. getThreadContexts()Returns a collection of the current thread contexts.Methods in org.jboss.resteasy.spi.concurrent with parameters of type ThreadContext Modifier and Type Method Description ThreadContextsThreadContexts. add(ThreadContext<?> threadContext)Adds the context to the current collection.
-