Uses of Interface
org.apache.sshd.common.compression.CompressionFactory
-
Packages that use CompressionFactory Package Description org.apache.sshd.common.compression Compressionimplementations.org.apache.sshd.common.config -
-
Uses of CompressionFactory in org.apache.sshd.common.compression
Classes in org.apache.sshd.common.compression that implement CompressionFactory Modifier and Type Class Description classBuiltinCompressionsMethods in org.apache.sshd.common.compression that return CompressionFactory Modifier and Type Method Description static CompressionFactoryBuiltinCompressions. resolveFactory(String name)static CompressionFactoryBuiltinCompressions. unregisterExtension(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 NavigableSet<CompressionFactory>BuiltinCompressions. getRegisteredExtensions()Methods in org.apache.sshd.common.compression with parameters of type CompressionFactory Modifier and Type Method Description static voidBuiltinCompressions. registerExtension(CompressionFactory extension)Registered aNamedFactoryto 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(List<CompressionFactory> parsed, List<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 classCompressionConfigValueProvides a "bridge" between the configuration values and the actualNamedFactoryfor theCompression.
-