Package | Description |
---|---|
org.archive.io.warc |
Modifier and Type | Method and Description |
---|---|
static TestWARCRecordInfo |
TestWARCRecordInfo.createCompressedHttpResponse(String ctype,
byte[] payloadBytes) |
static TestWARCRecordInfo |
TestWARCRecordInfo.createHttpResponse(String payload)
return TestWARCRecordInfo for HTTP Response with entity
payload . |
static TestWARCRecordInfo |
TestWARCRecordInfo.createHttpResponse(String ctype,
byte[] payloadBytes)
return TestWARCRecordInfo for HTTP Response with entity
payload . |
static TestWARCRecordInfo |
TestWARCRecordInfo.createHttpResponse(String status,
String ctype,
byte[] payloadBytes)
return TestWARCRecordInfo for HTTP Response with response status line
status ,
entity payload of content-type ctype . |
static TestWARCRecordInfo |
TestWARCRecordInfo.createRevisitHttpResponse(String ctype,
int len) |
static TestWARCRecordInfo |
TestWARCRecordInfo.createRevisitHttpResponse(String ctype,
int len,
boolean withHeader) |
static TestWARCRecordInfo |
TestWARCRecordInfo.createRevisitHttpResponse(String ctype,
int len,
boolean withHeader,
boolean gzipContent) |
static TestWARCRecordInfo |
TestWARCRecordInfo.createUrlAgnosticRevisitHttpResponse(String ctype,
int len)
creates TestWARCRecordInfo with URL-Agnostic Revisit WARC record content.
|
Copyright © 2005–2015 IIPC. All rights reserved.