Uri

object Uri

Provides factory for Uri.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(uri: String): Uri

Creates normalized URI with supplied string.

Creates normalized URI with supplied string.

def apply(scheme: String, schemeSpecificPart: String, fragment: String): Uri

Creates normalized URI with supplied scheme, scheme-specific part, and fragment.

Creates normalized URI with supplied scheme, scheme-specific part, and fragment.