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, SshdSocketAddress remote) Starts a local port forwarding and returns a tracker that stops the forwarding when theclose()method is called.default ExplicitPortForwardingTrackerClientSession.createLocalPortForwardingTracker(SshdSocketAddress local, SshdSocketAddress remote) Starts a local port forwarding and returns a tracker that stops the forwarding when theclose()method is called.default ExplicitPortForwardingTrackerClientSession.createRemotePortForwardingTracker(SshdSocketAddress remote, SshdSocketAddress local) Starts a remote port forwarding and returns a tracker that stops the forwarding when theclose()method is called.