Class DynamicPortForwardingTracker
java.lang.Object
org.apache.sshd.client.session.forward.PortForwardingTracker
org.apache.sshd.client.session.forward.DynamicPortForwardingTracker
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,ClientSessionHolder,SessionContextHolder,SessionHolder<ClientSession>
-
Field Summary
Fields inherited from class org.apache.sshd.client.session.forward.PortForwardingTracker
open -
Constructor Summary
ConstructorsConstructorDescriptionDynamicPortForwardingTracker(ClientSession session, SshdSocketAddress localAddress, SshdSocketAddress boundAddress) -
Method Summary
Methods inherited from class org.apache.sshd.client.session.forward.PortForwardingTracker
getBoundAddress, getClientSession, getLocalAddress, getSession, isOpen, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.sshd.common.session.SessionHolder
getSessionContext
-
Constructor Details
-
DynamicPortForwardingTracker
public DynamicPortForwardingTracker(ClientSession session, SshdSocketAddress localAddress, SshdSocketAddress boundAddress)
-
-
Method Details
-
close
- Throws:
IOException
-