final case class RegName(host: CIString) extends Host with Product with Serializable
- Source
- Uri.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RegName
- Serializable
- Serializable
- Product
- Equals
- Host
- Renderable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RegName(host: CIString)
Value Members
- val host: CIString
-
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- Host → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
-
def
toHostname: Option[Hostname]
Converts this registered name to a Hostname.
Converts this registered name to a Hostname. In the spec, for generic schemes, a registered name need not be a valid host name. In HTTP practice, this conversion should succeed.
-
def
toIpAddress: Option[IpAddress]
- Definition Classes
- Host
-
def
toString(): String
- Definition Classes
- Renderable → Any
- def value: String