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

Concise view

Type members

Classlikes

final class Label extends Serializable with Ordered[Label]

Label component of an IDN.

Label component of an IDN.

Attributes

Source:
Host.scala
Graph
Supertypes
trait Ordered[Label]
class Object
trait Matchable
class Any

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