Class Uri.Query$
java.lang.Object
org.apache.pekko.http.scaladsl.model.Uri.Query$
- Enclosing class:
- Uri
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Uri.Query$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionParses the given String into a Query instance.apply(org.parboiled2.ParserInput input, Charset charset, Uri.ParsingMode mode) apply(scala.Option<String> input, Charset charset, Uri.ParsingMode mode) A special empty String value which will be rendered without a '=' after the key.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Query$public Query$()
 
- 
- 
Method Details- 
EmptyValueA special empty String value which will be rendered without a '=' after the key.
- 
applyParses the given String into a Query instance. Note that this method will never return Query.Empty, even for the empty String. Empty strings will be parsed to("", "") +: Query.EmptyIf you want to allow for Query.Empty creation use the apply overload taking anOption[String].- Parameters:
- string- (undocumented)
- Returns:
- (undocumented)
 
- 
apply
- 
apply
- 
apply
- 
apply
- 
apply
- 
newBuilder
 
-