Companion

object Companion

Functions

Link copied to clipboard
fun ofDecoded(scheme: String? = null, decodedUserInfo: ByteString? = null, decodedHost: ByteString? = null, port: Int? = null, decodedPath: ByteString = BYTE_STRING_EMPTY, decodedQuery: ByteString? = null, decodedFragment: ByteString? = null): Uri
Link copied to clipboard
fun ofEncoded(scheme: String? = null, encodedUserInfo: String? = null, encodedHost: String? = null, port: Int? = null, encodedPath: String = "", encodedQuery: String? = null, encodedFragment: String? = null): Uri
Link copied to clipboard
fun parse(uri: String): Uri