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>
public class DynamicPortForwardingTracker extends PortForwardingTracker
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.client.session.forward.PortForwardingTracker
open
-
-
Constructor Summary
Constructors Constructor Description DynamicPortForwardingTracker(ClientSession session, SshdSocketAddress localAddress, SshdSocketAddress boundAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class org.apache.sshd.client.session.forward.PortForwardingTracker
getBoundAddress, getClientSession, getLocalAddress, getSession, isOpen, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.session.SessionHolder
getSessionContext
-
-
-
-
Constructor Detail
-
DynamicPortForwardingTracker
public DynamicPortForwardingTracker(ClientSession session, SshdSocketAddress localAddress, SshdSocketAddress boundAddress)
-
-
Method Detail
-
close
public void close() throws IOException- Throws:
IOException
-
-