Package org.apache.pekko.http.impl.model
Class UriJavaAccessor$
java.lang.Object
org.apache.pekko.http.impl.model.UriJavaAccessor$
INTERNAL API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UriJavaAccessor$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhostApply(String string, Uri.ParsingMode mode) pmStrict()queryApply(String string, Charset charset) queryApply(String string, Uri.ParsingMode mode) queryApply(Map<String, String> params) queryApply(org.apache.pekko.japi.Pair<String, String>[] params)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
UriJavaAccessor$
public UriJavaAccessor$()
-
-
Method Details
-
hostApply
-
hostApply
-
hostApply
-
emptyHost
-
queryApply
-
queryApply
-
queryApply
-
queryApply
-
emptyQuery
-
pmStrict
-
pmRelaxed
-