Toggle navigation
Home
java.net.URL to okhttp3.HttpUrl
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'graylog2-server'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Add or Remove Method invocation
URI.create(urlString)
to
HttpUrl
Rename Method invocation
getQuery
to
encodedQuery
getUserInfo
to
encodedUsername
getHost
to
host
getPath
to
encodedPath
getProtocol
to
scheme
getDefaultPort
to
port
getRef
to
encodedFragment
getPort
to
port