Uses of Interface
org.apache.sshd.common.forward.PortForwardingInformationProvider
-
-
Uses of PortForwardingInformationProvider in org.apache.sshd.client.session
Subinterfaces of PortForwardingInformationProvider 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 PortForwardingInformationProvider Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientSessionImpl
The default implementation of aClientSession
-
Uses of PortForwardingInformationProvider in org.apache.sshd.common.forward
Subinterfaces of PortForwardingInformationProvider in org.apache.sshd.common.forward Modifier and Type Interface Description interface
ForwardingFilter
TODO Add javadocinterface
PortForwardingManager
Classes in org.apache.sshd.common.forward that implement PortForwardingInformationProvider Modifier and Type Class Description class
DefaultForwardingFilter
Requests a "tcpip-forward" action -
Uses of PortForwardingInformationProvider in org.apache.sshd.common.session
Subinterfaces of PortForwardingInformationProvider in org.apache.sshd.common.session Modifier and Type Interface Description interface
Session
Represents an SSH session. -
Uses of PortForwardingInformationProvider in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement PortForwardingInformationProvider Modifier and Type Class Description class
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
SessionHelper
Contains split code in order to makeAbstractSession
class smaller -
Uses of PortForwardingInformationProvider in org.apache.sshd.server.session
Subinterfaces of PortForwardingInformationProvider in org.apache.sshd.server.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement PortForwardingInformationProvider Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerSessionImpl
The default implementation for aServerSession
-