Uses of Interface
org.apache.sshd.common.forward.ForwarderFactory
-
Packages that use ForwarderFactory Package Description org.apache.sshd.common org.apache.sshd.common.forward org.apache.sshd.common.helpers -
-
Uses of ForwarderFactory in org.apache.sshd.common
Fields in org.apache.sshd.common declared as ForwarderFactory Modifier and Type Field Description static ForwarderFactory
BaseBuilder. DEFAULT_FORWARDER_FACTORY
protected ForwarderFactory
BaseBuilder. forwarderFactory
Methods in org.apache.sshd.common that return ForwarderFactory Modifier and Type Method Description ForwarderFactory
FactoryManager. getForwarderFactory()
Retrieve the forwarder factory used to support forwarding.Methods in org.apache.sshd.common with parameters of type ForwarderFactory Modifier and Type Method Description S
BaseBuilder. forwarderFactory(ForwarderFactory forwarderFactory)
-
Uses of ForwarderFactory in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement ForwarderFactory Modifier and Type Class Description class
DefaultForwarderFactory
The defaultForwarderFactory
implementation. -
Uses of ForwarderFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as ForwarderFactory Modifier and Type Field Description protected ForwarderFactory
AbstractFactoryManager. forwarderFactory
Methods in org.apache.sshd.common.helpers that return ForwarderFactory Modifier and Type Method Description ForwarderFactory
AbstractFactoryManager. getForwarderFactory()
Methods in org.apache.sshd.common.helpers with parameters of type ForwarderFactory Modifier and Type Method Description void
AbstractFactoryManager. setForwarderFactory(ForwarderFactory forwarderFactory)
-