| Package | Description |
|---|---|
| me.desair.tus.server.checksum | |
| me.desair.tus.server.util |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumAlgorithm |
ChecksumAlgorithm.forTusName(String name) |
static ChecksumAlgorithm |
ChecksumAlgorithm.forUploadChecksumHeader(String uploadChecksumHeader) |
static ChecksumAlgorithm |
ChecksumAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumAlgorithm[] |
ChecksumAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ChecksumAlgorithm> |
TusServletRequest.getEnabledChecksums()
Get the set of checksum algorithms that are actively calculated within this request
|
| Modifier and Type | Method and Description |
|---|---|
String |
TusServletRequest.getCalculatedChecksum(ChecksumAlgorithm algorithm) |
Copyright © 2023. All rights reserved.