Uses of Class
org.jboss.resteasy.spi.concurrent.ThreadContexts
-
Packages that use ThreadContexts Package Description org.jboss.resteasy.spi.concurrent -
-
Uses of ThreadContexts in org.jboss.resteasy.spi.concurrent
Methods in org.jboss.resteasy.spi.concurrent that return ThreadContexts Modifier and Type Method Description ThreadContexts
ThreadContexts. add(ThreadContext<?> threadContext)
Adds the context to the current collection.ThreadContexts
ThreadContexts. clear()
Clears the current contexts.
-