Java android.webkit WebResourceResponse fields, constructors, methods, implement or subclass

Example usage for Java android.webkit WebResourceResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.webkit WebResourceResponse.

The text is from its open source code.

Constructor

WebResourceResponse(String mimeType, String encoding, InputStream data)
Constructs a resource response with the given MIME type, character encoding, and input stream.
WebResourceResponse(String mimeType, String encoding, int statusCode, @NonNull String reasonPhrase, Map responseHeaders, InputStream data)
Constructs a resource response with the given parameters.

Method

InputStreamgetData()
Gets the input stream that provides the resource response's data.