java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonWebResourceResponse |
The AmazonWebResourceResponse class is intended to be functionally equivalent
to to the WebResourceResponse
class. See
WebResourceResponse
for usage.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The AmazonWebResourceResponse constructor is intended to be functionally
equivalent to to the
WebResourceResponse(String, String, InputStream)
method. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The getData() method gets the input stream for the response's data, and
is intended to be functionally equivalent to the
getData() method. | |||||||||||
The getEncoding() method gets the encoding for the response, and is
intended to be functionally equivalent to the
getEncoding() method. | |||||||||||
The getMimeType() method gets the MIME type for the response, and is
intended to be functionally equivalent to the
getMimeType() method. | |||||||||||
The setData() method sets the input stream that provides the response's
data, and is intended to be functionally equivalent to the
setData(InputStream) method. | |||||||||||
The setEncoding() method sets the encoding for the response, and is
intended to be functionally equivalent to the
setEncoding(String) method. | |||||||||||
The setMimeType() method sets the MIME type for the response, and is
intended to be functionally equivalent to the
setMimeType(String) method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The AmazonWebResourceResponse constructor is intended to be functionally
equivalent to to the
WebResourceResponse(String, String, InputStream)
method. See
WebResourceResponse(String, String, InputStream)
for usage.
The getEncoding() method gets the encoding for the response, and is
intended to be functionally equivalent to the
getEncoding()
method. See
getEncoding()
for usage.
The getMimeType() method gets the MIME type for the response, and is
intended to be functionally equivalent to the
getMimeType()
method. See
getMimeType()
for usage.
The setData() method sets the input stream that provides the response's
data, and is intended to be functionally equivalent to the
setData(InputStream)
method.
See setData(InputStream)
for
usage.
The setEncoding() method sets the encoding for the response, and is
intended to be functionally equivalent to the
setEncoding(String)
method.
See setEncoding(String)
for
usage.
The setMimeType() method sets the MIME type for the response, and is
intended to be functionally equivalent to the
setMimeType(String)
method.
See setMimeType(String)
for
usage.