public class FetchResult extends Object
| Modifier and Type | Method and Description |
|---|---|
Throwable |
exception()
If the fetch was interrupted by an exception but truncated records were still written this will return the caught
exception.
|
WarcRequest |
request()
The WARC record containing the request that was sent.
|
WarcResponse |
response()
The WARC record containing the request that was sent.
|
public WarcRequest request()
public WarcResponse response()
public Throwable exception()
Copyright © 2024. All rights reserved.