public class CdxRecord extends Object
| Modifier and Type | Method and Description |
|---|---|
MediaType |
contentType() |
java.time.Instant |
date() |
String |
digest()
A cryptographic digest of the response payload.
|
String |
filename() |
String |
get(int field) |
Long |
position()
Position in bytes of the record in the WARC file.
|
String |
redirect()
The value of the Location HTTP header for redirect responses.
|
Long |
size()
Length of the WARC record in bytes.
|
Integer |
status()
HTTP response status code.
|
String |
target() |
URI |
targetURI() |
public String get(int field)
public java.time.Instant date()
public String filename()
public String target()
public URI targetURI()
public Long size()
public Long position()
public Integer status()
public String digest()
public String redirect()
public MediaType contentType()
Copyright © 2022. All rights reserved.