copyEncoded

fun copyEncoded(scheme: String? = this.scheme, encodedUserInfo: String? = this.encodedUserInfo, encodedHost: String? = this.encodedHost, port: Int? = this.port, encodedPath: String = this.encodedPath, encodedQuery: String? = this.encodedQuery, encodedFragment: String? = this.encodedFragment): Uri