Uses of Interface
org.apache.sshd.common.forward.PortForwardingManager
-
Packages that use PortForwardingManager Package Description org.apache.sshd.client.session org.apache.sshd.common.forward -
-
Uses of PortForwardingManager in org.apache.sshd.client.session
Subinterfaces of PortForwardingManager in org.apache.sshd.client.session Modifier and Type Interface Description interface
ClientSession
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement PortForwardingManager Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientSessionImpl
The default implementation of aClientSession
-
Uses of PortForwardingManager in org.apache.sshd.common.forward
Subinterfaces of PortForwardingManager in org.apache.sshd.common.forward Modifier and Type Interface Description interface
Forwarder
TODO Add javadocClasses in org.apache.sshd.common.forward that implement PortForwardingManager Modifier and Type Class Description class
DefaultForwarder
Requests a "tcpip-forward" action
-