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