Uses of Class
org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
Packages that use ExplicitPortForwardingTracker
-
Uses of ExplicitPortForwardingTracker in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ExplicitPortForwardingTrackerModifier and TypeMethodDescriptiondefault ExplicitPortForwardingTrackerClientSession.createLocalPortForwardingTracker(int localPort, org.apache.sshd.common.util.net.SshdSocketAddress remote) Starts a local port forwarding and returns a tracker that stops the forwarding when theclose()method is called.default ExplicitPortForwardingTrackerClientSession.createLocalPortForwardingTracker(org.apache.sshd.common.util.net.SshdSocketAddress local, org.apache.sshd.common.util.net.SshdSocketAddress remote) Starts a local port forwarding and returns a tracker that stops the forwarding when theclose()method is called.default ExplicitPortForwardingTrackerClientSession.createRemotePortForwardingTracker(org.apache.sshd.common.util.net.SshdSocketAddress remote, org.apache.sshd.common.util.net.SshdSocketAddress local) Starts a remote port forwarding and returns a tracker that stops the forwarding when theclose()method is called.