public class BurlapProxy extends Object implements InvocationHandler
public URL getURL()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
proxy
- the proxy object to invokemethod
- the method to callargs
- the arguments to the proxy objectThrowable
Copyright © 2023. All rights reserved.