Home | History | Annotate | Download | only in proxy

Lines Matching refs:ProxyFactory

48  * 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#setUseWriteReplace(boolean)}.
152 public class ProxyFactory {
333 public ProxyFactory() {
556 public ClassLoader get(ProxyFactory pf);
570 * ProxyFactory.classLoaderProvider = new ProxyFactory.ClassLoaderProvider() {
571 * public ClassLoader get(ProxyFactory pf) {
581 public ClassLoader get(ProxyFactory pf) {