Class ThreadLocalInvoker<T>

java.lang.Object
org.glassfish.jersey.servlet.internal.ThreadLocalInvoker<T>
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
ThreadLocalNamedInvoker

public class ThreadLocalInvoker<T> extends Object implements InvocationHandler
A proxy invocation handler that delegates all methods to a thread local instance.
  • Field Details

    • threadLocalInstance

      private ThreadLocal<T> threadLocalInstance
  • Constructor Details

    • ThreadLocalInvoker

      public ThreadLocalInvoker()
  • Method Details