public class CompressionManager extends Object
For details of all supported algorithms see CompressionAlgorithm
.
Constructor and Description |
---|
CompressionManager() |
Modifier and Type | Method and Description |
---|---|
CompressionHandler |
getCompressionHandler(CompressionAlgorithm algorithm)
Gets the appropriate CompressionHandler that can perform the required compression using the given
compression algorithm.
|
public CompressionManager()
public CompressionHandler getCompressionHandler(CompressionAlgorithm algorithm)
algorithm
- The Compression algorithm.Copyright 2011-2015 ForgeRock AS.