Uses of Interface
org.apache.sshd.common.compression.CompressionFactory
-
Packages that use CompressionFactory Package Description org.apache.sshd.client org.apache.sshd.common.compression Compression
implementations.org.apache.sshd.common.config org.apache.sshd.server -
-
Uses of CompressionFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type CompressionFactory Modifier and Type Field Description static java.util.List<CompressionFactory>
ClientBuilder. DEFAULT_COMPRESSION_FACTORIES
-
Uses of CompressionFactory in org.apache.sshd.common.compression
Classes in org.apache.sshd.common.compression that implement CompressionFactory Modifier and Type Class Description class
BuiltinCompressions
Fields in org.apache.sshd.common.compression with type parameters of type CompressionFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,CompressionFactory>
BuiltinCompressions. EXTENSIONS
Methods in org.apache.sshd.common.compression that return CompressionFactory Modifier and Type Method Description static CompressionFactory
BuiltinCompressions. resolveFactory(java.lang.String name)
static CompressionFactory
BuiltinCompressions. unregisterExtension(java.lang.String name)
Unregisters specified extensionMethods in org.apache.sshd.common.compression that return types with arguments of type CompressionFactory Modifier and Type Method Description static java.util.NavigableSet<CompressionFactory>
BuiltinCompressions. getRegisteredExtensions()
Methods in org.apache.sshd.common.compression with parameters of type CompressionFactory Modifier and Type Method Description static 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 CompressionFactory Constructor Description ParseResult(java.util.List<CompressionFactory> parsed, java.util.List<java.lang.String> unsupported)
-
Uses of CompressionFactory in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement CompressionFactory Modifier and Type Class Description class
CompressionConfigValue
Provides a "bridge" between the configuration values and the actualNamedFactory
for theCompression
.Fields in org.apache.sshd.common.config declared as CompressionFactory Modifier and Type Field Description private CompressionFactory
CompressionConfigValue. factory
Methods in org.apache.sshd.common.config that return CompressionFactory Modifier and Type Method Description static CompressionFactory
SshConfigFileReader. getCompression(PropertyResolver props)
Constructors in org.apache.sshd.common.config with parameters of type CompressionFactory Constructor Description CompressionConfigValue(CompressionFactory delegate)
-
Uses of CompressionFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type CompressionFactory Modifier and Type Field Description static java.util.List<CompressionFactory>
ServerBuilder. DEFAULT_COMPRESSION_FACTORIES
-