Pooled implementation of {@link ByteDigester} that in fact containsan array of {@link StandardByteDigester} objects which are usedto attend digest and match requests in round-robin. This should result in higher performance in multiprocessor systems.
Configuration of this class is equivalent to that of {@link StandardByteDigester}.
This class is thread-safe.
@since 1.7 @author Daniel Fernández
|
|