copyDecoded

fun copyDecoded(scheme: String? = this.scheme, decodedUserInfo: ByteString? = BYTE_STRING_COPY, decodedHost: ByteString? = BYTE_STRING_COPY, port: Int? = this.port, decodedPath: ByteString = BYTE_STRING_COPY, decodedQuery: ByteString? = BYTE_STRING_COPY, decodedFragment: ByteString? = BYTE_STRING_COPY): Uri