public class HttpChecksum extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpChecksum.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HttpChecksum.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isRequestChecksumRequired() |
boolean |
isRequestStreaming() |
String |
requestAlgorithm() |
String |
requestAlgorithmHeader() |
String |
requestValidationMode() |
List<String> |
responseAlgorithms()
Deprecated.
use
responseAlgorithmsV2() instead |
List<ChecksumAlgorithm> |
responseAlgorithmsV2() |
public boolean isRequestChecksumRequired()
public String requestAlgorithm()
public String requestAlgorithmHeader()
@Deprecated public List<String> responseAlgorithms()
responseAlgorithmsV2() insteadpublic List<ChecksumAlgorithm> responseAlgorithmsV2()
public String requestValidationMode()
public boolean isRequestStreaming()
public static HttpChecksum.Builder builder()
Copyright © 2026. All rights reserved.