Uses of Class
org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
-
Packages that use AutoCloseableDelegateInvocationHandler Package Description org.apache.sshd.common.util.closeable -
-
Uses of AutoCloseableDelegateInvocationHandler in org.apache.sshd.common.util.closeable
Subclasses of AutoCloseableDelegateInvocationHandler in org.apache.sshd.common.util.closeable Modifier and Type Class Description class
NioChannelDelegateInvocationHandler
Wraps a target instance and aChannel
delegate into a proxy instance that closes both when wrapperclose
method called.
-