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 ForwarderFactoryBaseBuilder. DEFAULT_FORWARDER_FACTORYprotected ForwarderFactoryBaseBuilder. forwarderFactoryMethods in org.apache.sshd.common that return ForwarderFactory Modifier and Type Method Description ForwarderFactoryFactoryManager. 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 SBaseBuilder. 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 classDefaultForwarderFactoryThe defaultForwarderFactoryimplementation. -
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 ForwarderFactoryAbstractFactoryManager. forwarderFactoryMethods in org.apache.sshd.common.helpers that return ForwarderFactory Modifier and Type Method Description ForwarderFactoryAbstractFactoryManager. getForwarderFactory()Methods in org.apache.sshd.common.helpers with parameters of type ForwarderFactory Modifier and Type Method Description voidAbstractFactoryManager. setForwarderFactory(ForwarderFactory forwarderFactory)
-