public class BurlapProxy extends Object implements InvocationHandler
public URL getURL()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerproxy - the proxy object to invokemethod - the method to callargs - the arguments to the proxy objectThrowableCopyright © 2017 Caucho Technology, Inc. All rights reserved.