public static interface NetworkEventReporter.InspectorResponse extends NetworkEventReporter.InspectorHeaders
| Modifier and Type | Method and Description |
|---|---|
int |
connectionId()
Unique connection identifier representing the socket that was used to furnish the response.
|
boolean |
connectionReused()
True if the response was furnished on a re-used socket; false otherwise or if unknown.
|
boolean |
fromDiskCache()
True if the response was furnished by disk cache; false otherwise or if unknown.
|
java.lang.String |
reasonPhrase() |
java.lang.String |
requestId() |
int |
statusCode() |
java.lang.String |
url() |
firstHeaderValue, headerCount, headerName, headerValuejava.lang.String requestId()
java.lang.String url()
int statusCode()
java.lang.String reasonPhrase()
boolean connectionReused()
int connectionId()
boolean fromDiskCache()