Uses of Class
org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
-
Packages that use ExplicitPortForwardingTracker Package Description org.apache.sshd.client.session -
-
Uses of ExplicitPortForwardingTracker in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ExplicitPortForwardingTracker Modifier and Type Method Description 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.
-