Class ThreadLocalInvoker<T>

java.lang.Object
org.atmosphere.util.ThreadLocalInvoker<T>
Type Parameters:
T -
All Implemented Interfaces:
InvocationHandler

public class ThreadLocalInvoker<T> extends Object implements InvocationHandler
This class has been highly inspired by the Jersey's 1.x.