FileDocCategorySizeDatePackage
WebResourceResponse.javaAPI DocAndroid 5.1 API1521Sat Mar 14 14:09:42 GMT 2015android.webkit

WebResourceResponse

public class WebResourceResponse extends Object

Fields Summary
Constructors Summary
public WebResourceResponse(String mimeType, String encoding, InputStream data)

 throw new RuntimeException("Stub!"); 
public WebResourceResponse(String mimeType, String encoding, int statusCode, String reasonPhrase, Map responseHeaders, InputStream data)

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.io.InputStreamgetData()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetEncoding()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetMimeType()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetReasonPhrase()

 throw new RuntimeException("Stub!"); 
public java.util.MapgetResponseHeaders()

 throw new RuntimeException("Stub!"); 
public intgetStatusCode()

 throw new RuntimeException("Stub!"); 
public voidsetData(java.io.InputStream data)

 throw new RuntimeException("Stub!"); 
public voidsetEncoding(java.lang.String encoding)

 throw new RuntimeException("Stub!"); 
public voidsetMimeType(java.lang.String mimeType)

 throw new RuntimeException("Stub!"); 
public voidsetResponseHeaders(java.util.Map headers)

 throw new RuntimeException("Stub!"); 
public voidsetStatusCodeAndReasonPhrase(int statusCode, java.lang.String reasonPhrase)

 throw new RuntimeException("Stub!");