Class WarcCaptureRecord
java.lang.Object
org.netpreserve.jwarc.Message
org.netpreserve.jwarc.WarcRecord
org.netpreserve.jwarc.WarcTargetRecord
org.netpreserve.jwarc.WarcCaptureRecord
- Direct Known Subclasses:
WarcMetadata
,WarcRequest
,WarcResource
,WarcResponse
,WarcRevisit
A type of WARC record created as part of a web capture event.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
WarcCaptureRecord.AbstractBuilder<R extends WarcCaptureRecord,
B extends WarcCaptureRecord.AbstractBuilder<R, B>> Nested classes/interfaces inherited from class org.netpreserve.jwarc.WarcTargetRecord
WarcTargetRecord.Builder<R extends WarcTargetRecord,
B extends WarcTargetRecord.Builder<R, B>> Nested classes/interfaces inherited from class org.netpreserve.jwarc.WarcRecord
WarcRecord.Constructor<R extends WarcRecord>
-
Method Summary
Modifier and TypeMethodDescriptionThe IDs of other records created during the same capture event as this one.The IP address of the server involved in the capture event this record belongs to.Content-Type of the payload.Methods inherited from class org.netpreserve.jwarc.WarcTargetRecord
identifiedPayloadType, payload, payloadDigest, target, targetURI, toString, warcinfoID
Methods inherited from class org.netpreserve.jwarc.WarcRecord
blockDigest, calculatedBlockDigest, date, id, segmentNumber, truncated, type
Methods inherited from class org.netpreserve.jwarc.Message
body, contentType, headers, serializeHeader, version
-
Method Details
-
ipAddress
The IP address of the server involved in the capture event this record belongs to. -
concurrentTo
-
payloadType
-