@AnyThread public static class GeckoSession.WebResponseInfo extends Object
Modifier and Type | Field and Description |
---|---|
long |
contentLength
The content length of the response.
|
String |
contentType
The content type (mime type) of the response.
|
String |
filename
The filename obtained from the content disposition, if any.
|
String |
uri
The URI of the response.
|
Modifier | Constructor and Description |
---|---|
protected |
WebResponseInfo()
Empty constructor for tests.
|