Package org.mozilla.geckoview
Class GeckoSession.WebResponseInfo
Object
org.mozilla.geckoview.GeckoSession.WebResponseInfo
- Enclosing class:
- GeckoSession
WebResponseInfo contains information about a single web response.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
uri
The URI of the response. Cannot be null. -
contentType
The content type (mime type) of the response. May be null. -
contentLength
@Nullable public final long contentLengthThe content length of the response. May be 0 if unknokwn. -
filename
The filename obtained from the content disposition, if any. May be null.
-
-
Constructor Details
-
WebResponseInfo
protected WebResponseInfo()Empty constructor for tests.
-