Class Uri.Authority$
java.lang.Object
org.apache.pekko.http.scaladsl.model.Uri.Authority$
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Uri
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Uri.Authority$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionEmpty()parse(org.parboiled2.ParserInput authorityString, Charset charset, Uri.ParsingMode mode) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Authority$public Authority$()
 
- 
- 
Method Details- 
Empty
- 
parsepublic Uri.Authority parse(org.parboiled2.ParserInput authorityString, Charset charset, Uri.ParsingMode mode) 
 
-