Example usage for Java android.webkit URLUtil fields, constructors, methods, implement or subclass
The text is from its open source code.
byte[] | decode(byte[] url) |
String | guessFileName(String url, @Nullable String contentDisposition, @Nullable String mimeType) Guesses canonical filename that a download would have, using the URL and contentDisposition. |
String | guessUrl(String inUrl) Cleans up (if possible) user-entered web addresses |
boolean | isAssetUrl(String url) |
boolean | isContentUrl(String url) |
boolean | isDataUrl(String url) |
boolean | isFileUrl(String url) |
boolean | isHttpsUrl(String url) |
boolean | isHttpUrl(String url) |
boolean | isNetworkUrl(String url) |
boolean | isValidUrl(String url) |
String | stripAnchor(String url) Strips the url of the anchor. |