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 interfaceClientSessionAn authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement PortForwardingInformationProvider Modifier and Type Class Description classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientSessionImplThe 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 interfaceForwarderTODO Add javadocinterfacePortForwardingManagerClasses in org.apache.sshd.common.forward that implement PortForwardingInformationProvider Modifier and Type Class Description classDefaultForwarderRequests 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 interfaceSessionRepresents 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 classAbstractSessionThe AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.classSessionHelperContains split code in order to makeAbstractSessionclass smaller -
Uses of PortForwardingInformationProvider in org.apache.sshd.server.session
Subinterfaces of PortForwardingInformationProvider in org.apache.sshd.server.session Modifier and Type Interface Description interfaceServerSessionClasses in org.apache.sshd.server.session that implement PortForwardingInformationProvider Modifier and Type Class Description classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerSessionImplThe default implementation for aServerSession
-