Package javassist.util.proxy
-
Interface Summary Interface Description MethodFilter Selector of the methods implemented by a handler.MethodHandler The interface implemented by the invocation handler of a proxy instance.Proxy The interface implemented by proxy classes.ProxyFactory.ClassLoaderProvider A provider of class loaders.ProxyFactory.UniqueName A unique class name generator.ProxyObject The interface implemented by proxy classes. -
Class Summary Class Description FactoryHelper A helper class for implementingProxyFactory
.ProxyFactory Factory of dynamic proxy classes.ProxyFactory.Find2MethodsArgs ProxyFactory.ProxyDetails used to store details of a specific proxy class in the second tier of the proxy cache.ProxyObjectInputStream An input stream class which knows how to deserialize proxies created viaProxyFactory
and serializedo via aProxyObjectOutputStream
.ProxyObjectOutputStream An input stream class which knows how to serialize proxies created viaProxyFactory
.RuntimeSupport Runtime support routines that the classes generated by ProxyFactory use.RuntimeSupport.DefaultMethodHandler SecurityActions SerializedProxy A proxy object is converted into an instance of this class when it is written to an output stream.