Uses of Interface
org.apache.sshd.common.compression.CompressionFactory
Packages that use CompressionFactory
-
Uses of CompressionFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type CompressionFactoryModifier and TypeFieldDescriptionstatic final List<CompressionFactory>
ClientBuilder.DEFAULT_COMPRESSION_FACTORIES
-
Uses of CompressionFactory in org.apache.sshd.common.compression
Classes in org.apache.sshd.common.compression that implement CompressionFactoryFields in org.apache.sshd.common.compression with type parameters of type CompressionFactoryModifier and TypeFieldDescriptionprivate static final Map<String,
CompressionFactory> BuiltinCompressions.EXTENSIONS
Methods in org.apache.sshd.common.compression that return CompressionFactoryModifier and TypeMethodDescriptionstatic CompressionFactory
BuiltinCompressions.resolveFactory
(String name) static CompressionFactory
BuiltinCompressions.unregisterExtension
(String name) Unregisters specified extensionMethods in org.apache.sshd.common.compression that return types with arguments of type CompressionFactoryModifier and TypeMethodDescriptionstatic NavigableSet<CompressionFactory>
BuiltinCompressions.getRegisteredExtensions()
Methods in org.apache.sshd.common.compression with parameters of type CompressionFactoryModifier and TypeMethodDescriptionstatic void
BuiltinCompressions.registerExtension
(CompressionFactory extension) Registered aNamedFactory
to be available besides the built-in ones when parsing configurationConstructor parameters in org.apache.sshd.common.compression with type arguments of type CompressionFactoryModifierConstructorDescriptionParseResult
(List<CompressionFactory> parsed, List<String> unsupported) -
Uses of CompressionFactory in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement CompressionFactoryModifier and TypeClassDescriptionenum
Provides a "bridge" between the configuration values and the actualNamedFactory
for theCompression
.Fields in org.apache.sshd.common.config declared as CompressionFactoryMethods in org.apache.sshd.common.config that return CompressionFactoryModifier and TypeMethodDescriptionstatic CompressionFactory
SshConfigFileReader.getCompression
(PropertyResolver props) Constructors in org.apache.sshd.common.config with parameters of type CompressionFactory -
Uses of CompressionFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type CompressionFactoryModifier and TypeFieldDescriptionstatic final List<CompressionFactory>
ServerBuilder.DEFAULT_COMPRESSION_FACTORIES