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

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

Introduction

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

The text is from its open source code.

Method

byte[]decode(byte[] url)
StringguessFileName(String url, @Nullable String contentDisposition, @Nullable String mimeType)
Guesses canonical filename that a download would have, using the URL and contentDisposition.
StringguessUrl(String inUrl)
Cleans up (if possible) user-entered web addresses
booleanisAssetUrl(String url)
booleanisContentUrl(String url)
booleanisDataUrl(String url)
booleanisFileUrl(String url)
booleanisHttpsUrl(String url)
booleanisHttpUrl(String url)
booleanisNetworkUrl(String url)
booleanisValidUrl(String url)
StringstripAnchor(String url)
Strips the url of the anchor.