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 ForwardingFilterFactoryBaseBuilder. DEFAULT_FORWARDER_FACTORYprotected ForwardingFilterFactoryBaseBuilder. forwarderFactoryMethods in org.apache.sshd.common that return ForwardingFilterFactory Modifier and Type Method Description ForwardingFilterFactoryFactoryManager. 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 SBaseBuilder. 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 classDefaultForwarderFactoryThe defaultForwardingFilterFactoryimplementation. -
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 ForwardingFilterFactoryAbstractFactoryManager. forwarderFactoryMethods in org.apache.sshd.common.helpers that return ForwardingFilterFactory Modifier and Type Method Description ForwardingFilterFactoryAbstractFactoryManager. getForwarderFactory()Methods in org.apache.sshd.common.helpers with parameters of type ForwardingFilterFactory Modifier and Type Method Description voidAbstractFactoryManager. setForwarderFactory(ForwardingFilterFactory forwarderFactory)
-