51 public static native String
get_scheme(
final String uri);
Limited URI toolkit to query handled protocols by the IO implementation.
static native String get_scheme(final String uri)
Returns the valid uri-scheme from given uri, which is empty if no valid scheme is included.
static native boolean is_local_file_protocol(final String uri)
Returns true if the uri-scheme of given uri matches the local file protocol, i.e.
static native List< String > supported_protocols()
Returns a list of supported protocol supported by libcurl network protocols, queried at runtime.
static native boolean protocol_supported(final String uri)
Returns true if the uri-scheme of given uri matches a supported by libcurl network protocols otherwis...