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.- Author:
- Paul Sandoz
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalInvoker()
-