Package | Description |
---|---|
org.apache.sshd.client.session |
Modifier and Type | Method and Description |
---|---|
default ExplicitPortForwardingTracker |
ClientSession.createLocalPortForwardingTracker(SshdSocketAddress local,
SshdSocketAddress remote)
Starts a local port forwarding and returns a tracker that stops the
forwarding when the
close() 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 the
close() method is called. |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.