@Value.Immutable
public interface PreloadHint
| Modifier and Type | Interface and Description |
|---|---|
static class |
PreloadHint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PreloadHint.Builder |
builder() |
java.util.Optional<java.lang.Long> |
byteRangeLength() |
java.util.Optional<java.lang.Long> |
byteRangeStart() |
static PreloadHint |
of(PreloadHintType type,
java.lang.String uri) |
PreloadHintType |
type() |
java.lang.String |
uri() |
PreloadHintType type()
java.lang.String uri()
java.util.Optional<java.lang.Long> byteRangeStart()
java.util.Optional<java.lang.Long> byteRangeLength()
static PreloadHint.Builder builder()
static PreloadHint of(PreloadHintType type, java.lang.String uri)