Class ThreadLocalProxy<T>

java.lang.Object
org.atmosphere.util.ThreadLocalProxy<T>
Type Parameters:
T - the type of the proxied instance
All Implemented Interfaces:
InvocationHandler

public class ThreadLocalProxy<T> extends Object implements InvocationHandler
An InvocationHandler that delegates method calls to a thread-local instance. Used for request-scoped dependency injection via dynamic proxies.