Package org.apache.sshd.common.util
Class ProxyUtils
- java.lang.Object
-
- org.apache.sshd.common.util.ProxyUtils
-
public final class ProxyUtils extends Object
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
newProxyInstance(Class<T> type, InvocationHandler handler)
static <T> T
newProxyInstance(ClassLoader cl, Class<T> type, InvocationHandler handler)
static Throwable
unwrapInvocationThrowable(Throwable t)
-
-
-
Method Detail
-
newProxyInstance
public static <T> T newProxyInstance(Class<T> type, InvocationHandler handler)
-
newProxyInstance
public static <T> T newProxyInstance(ClassLoader cl, Class<T> type, InvocationHandler handler)
-
-