public class WarcRecordData extends Object
Modifier and Type | Field and Description |
---|---|
protected Boolean |
bHasPayload |
protected Boolean |
bIsNonCompliant
Boolean indicating whether this record is compliant or not.
|
protected String |
computedBlockDigest
Computed block digest.
|
protected String |
computedBlockDigestAlgorithm
Computed block digest algorithm.
|
protected String |
computedBlockDigestEncoding
Computed block digest encoding.
|
protected String |
computedPayloadDigest
Computed payload digest, if applicable.
|
protected String |
computedPayloadDigestAlgorithm
Computed payload digest algorithm, if applicable.
|
protected String |
computedPayloadDigestEncoding
Computed payload digest encoding, if applicable.
|
protected Long |
consumed
Number of bytes consumed validating record.
|
protected String |
contentLength
Content-Length read from header.
|
protected String |
contentType
Content-type read from header.
|
protected String |
ipVersion
IP vresion of WARC-IP-Address (4 or 6).
|
protected Boolean |
isValidBlockDigest
Boolean indicating whether the block digest is valid or not.
|
protected Boolean |
isValidPayloadDigest
Boolean indicating whether the payload digest is valid or not.
|
protected String |
payloadLength
Payload length, without payload header (version block/HTTP header).
|
protected String |
protocolContentType
Content-type read from HTTP header, if present.
|
protected String |
protocolServer
Server header entry read from HTTP header, if present.
|
protected String |
protocolUserAgent
User-Agent header entry read from HTTP header, if present.
|
protected String |
protocolVersion
Protocol version read from HTTP header, if present.
|
protected String |
recordIdScheme
WARC-Record-Id scheme used.
|
protected String |
resultCode
Result-code read from HTTP header, if present.
|
protected Long |
startOffset
Start offset of record in input stream.
|
protected String |
warcBlockDigest
Block digest read from header.
|
protected String |
warcBlockDigestAlgorithm
Block digest algorithm read from header.
|
protected String |
warcBlockDigestEncoding
Block digest encoding auto-detected from digest and algorithm.
|
protected List<String> |
warcConcurrentToList
List of WARC-Concurrent-To read from header.
|
protected String |
warcDate
WARC-Date read from header.
|
protected String |
warcFilename
WARC-Filename read from header.
|
protected String |
warcIdentifiedPayloadType
WARC-Identified-Payload-Type read from header.
|
protected String |
warcIpAddress
WARC-IP-Address read from header.
|
protected String |
warcPayloadDigest
Payload digest read from header.
|
protected String |
warcPayloadDigestAlgorithm
Payload digest algorithm read from header.
|
protected String |
warcPayloadDigestEncoding
Payload digest encoding auto-detected from digest and algorithm.
|
protected String |
warcProfile
WARC-Profile read from header.
|
protected String |
warcRecordId
WARC-Record-Id read from header.
|
protected String |
warcRefersTo
WARC-Refers-To read from header.
|
protected String |
warcSegmentNumber
WARC-Segment-Number read from header.
|
protected String |
warcSegmentOriginId
WARC-Segment-Origin-ID read from header.
|
protected String |
warcSegmentTotalLength
WARC-Segment-Total-Length read from header.
|
protected String |
warcTargetUri
WARC-Target-URI read from header.
|
protected String |
warcTruncated
WARC-Truncated read from header.
|
protected String |
warcType
WARC-Type read from header.
|
protected String |
warcVersionStr
WARC version read from header.
|
protected String |
warcWarcinfoId
WARC-Warcinfo-ID read from header.
|
Constructor and Description |
---|
WarcRecordData()
Constructor required by the persistence layer.
|
WarcRecordData(org.jwat.warc.WarcRecord record)
Constructs an object using the data in the
WarcRecord
object. |
protected Long startOffset
protected Long consumed
protected String warcVersionStr
protected String warcType
protected String warcFilename
protected String warcRecordId
protected String warcDate
protected String contentLength
protected String contentType
protected String warcTruncated
protected String warcIpAddress
protected List<String> warcConcurrentToList
protected String warcRefersTo
protected String warcTargetUri
protected String warcWarcinfoId
protected String warcIdentifiedPayloadType
protected String warcProfile
protected String warcSegmentNumber
protected String warcSegmentOriginId
protected String warcSegmentTotalLength
protected String warcBlockDigest
protected String warcBlockDigestAlgorithm
protected String warcBlockDigestEncoding
protected String warcPayloadDigest
protected String warcPayloadDigestAlgorithm
protected String warcPayloadDigestEncoding
protected String computedBlockDigest
protected String computedBlockDigestAlgorithm
protected String computedBlockDigestEncoding
protected String computedPayloadDigest
protected String computedPayloadDigestAlgorithm
protected String computedPayloadDigestEncoding
protected String recordIdScheme
protected Boolean bIsNonCompliant
protected Boolean isValidBlockDigest
protected Boolean isValidPayloadDigest
protected Boolean bHasPayload
protected String payloadLength
protected String ipVersion
protected String resultCode
protected String protocolVersion
protected String protocolContentType
protected String protocolServer
protected String protocolUserAgent
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.