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