Uses of Interface
org.apache.sshd.common.forward.ForwarderFactory
Packages that use ForwarderFactory
Package
Description
-
Uses of ForwarderFactory in org.apache.sshd.common
Fields in org.apache.sshd.common declared as ForwarderFactoryModifier and TypeFieldDescriptionstatic final ForwarderFactory
BaseBuilder.DEFAULT_FORWARDER_FACTORY
protected ForwarderFactory
BaseBuilder.forwarderFactory
Methods in org.apache.sshd.common that return ForwarderFactoryModifier and TypeMethodDescriptionFactoryManager.getForwarderFactory()
Retrieve the forwarder factory used to support forwarding.Methods in org.apache.sshd.common with parameters of type ForwarderFactoryModifier and TypeMethodDescriptionBaseBuilder.forwarderFactory
(ForwarderFactory forwarderFactory) -
Uses of ForwarderFactory in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement ForwarderFactory -
Uses of ForwarderFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as ForwarderFactoryModifier and TypeFieldDescriptionprotected ForwarderFactory
AbstractFactoryManager.forwarderFactory
Methods in org.apache.sshd.common.helpers that return ForwarderFactoryMethods in org.apache.sshd.common.helpers with parameters of type ForwarderFactoryModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.setForwarderFactory
(ForwarderFactory forwarderFactory)