Packages

object Host

Source
Uri.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Host
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(address: Inet6Address): IPv6Host
  2. def apply(address: Inet4Address): IPv4Host
  3. def apply(address: InetAddress): Host
  4. def apply(string: String, charset: Charset = UTF8, mode: ParsingMode = Uri.ParsingMode.Relaxed): Host
  5. case object Empty extends Host with Product with Serializable