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