IDN

com.comcast.ip4s.IDN
See theIDN companion class
object IDN

Attributes

Companion
class
Source
Host.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IDN.type

Members list

Type members

Classlikes

final class Label extends Serializable, Ordered[Label]

Label component of an IDN.

Label component of an IDN.

Attributes

Source
Host.scala
Supertypes
trait Ordered[Label]
trait Comparable[Label]
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def fromHostname(hostname: Hostname): IDN

Converts the supplied (ASCII) hostname in to an IDN.

Converts the supplied (ASCII) hostname in to an IDN.

Attributes

Source
Host.scala
def fromString(value: String): Option[IDN]

Constructs a IDN from a string.

Constructs a IDN from a string.

Attributes

Source
Host.scala

Implicits

Implicits

implicit val show: Show[IDN]

Attributes

Source
Host.scala