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 PortForwardingTracker
open -
Constructor Summary
ConstructorsConstructorDescriptionDynamicPortForwardingTracker(ClientSession session, SshdSocketAddress localAddress, SshdSocketAddress boundAddress) -
Method Summary
Methods inherited from class PortForwardingTracker
getBoundAddress, getClientSession, getLocalAddress, getSession, isOpen, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SessionHolder
getSessionContext
-
Constructor Details
-
DynamicPortForwardingTracker
public DynamicPortForwardingTracker(ClientSession session, SshdSocketAddress localAddress, SshdSocketAddress boundAddress)
-
-
Method Details
-
close
- Throws:
IOException
-