Uses of Interface
org.apache.sshd.common.forward.Forwarder
-
Packages that use Forwarder Package Description org.apache.sshd.client.session org.apache.sshd.common.forward org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of Forwarder in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return Forwarder Modifier and Type Method Description protected Forwarder
AbstractClientSession. getForwarder()
-
Uses of Forwarder in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement Forwarder Modifier and Type Class Description class
DefaultForwarder
Requests a "tcpip-forward" actionMethods in org.apache.sshd.common.forward that return Forwarder Modifier and Type Method Description Forwarder
DefaultForwarderFactory. create(ConnectionService service)
Forwarder
ForwarderFactory. create(ConnectionService service)
Creates the forwarder to be used for TCP/IP port forwards for this session. -
Uses of Forwarder in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return Forwarder Modifier and Type Method Description Forwarder
ConnectionService. getForwarder()
Retrieve the forwarder instance -
Uses of Forwarder in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers with type parameters of type Forwarder Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Forwarder>
AbstractConnectionService. forwarderHolder
Methods in org.apache.sshd.common.session.helpers that return Forwarder Modifier and Type Method Description protected Forwarder
AbstractConnectionService. createForwardingFilter(Session session)
Forwarder
AbstractConnectionService. getForwarder()
protected Forwarder
SessionHelper. getForwarder()
-