Package org.eclipse.jetty.server.session
Class FooInvocationHandler
- java.lang.Object
-
- org.eclipse.jetty.server.session.FooInvocationHandler
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.reflect.InvocationHandler
public class FooInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler, java.io.SerializableProxiableSessionAttributeObjectInvocationHandler- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FooInvocationHandler(Foo f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Constructor Detail
-
FooInvocationHandler
public FooInvocationHandler(Foo f)
-
-