Searched defs:ProxyFactory (Results 1 - 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java48 * ProxyFactory f = new ProxyFactory();
108 * this default globally by setting static field {@link ProxyFactory#useCache} to false.
110 * {@link ProxyFactory#setUseCache(boolean)}. It is strongly recommended that new clients
111 * of class ProxyFactory enable caching. Failure to do so may lead to exhaustion of
115 * method {@link ProxyFactory#setHandler(MethodHandler)} is called. This method was
123 * {@link ProxyFactory#setHandler(MethodHandler)}.
125 * <p>A proxy object generated by <code>ProxyFactory</code> is serializable
143 * {@link ProxyFactory#useWriteReplace} to false. Alternatively, it may be
144 * configured per factory by calling instance method {@link ProxyFactory#setUseWriteReplac
152 public class ProxyFactory { class
333 public ProxyFactory() { method in class:ProxyFactory
[all...]

Completed in 55 milliseconds