Hostname

com.comcast.ip4s.Hostname$
See theHostname companion class
object Hostname

Attributes

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

Members list

Concise view

Type members

Classlikes

final class Label extends Serializable with Ordered[Label]

Label component of a hostname.

Label component of a hostname.

A label consists of letters A-Z, a-z, digits 0-9, or a dash. A label may not start or end in a dash and may not exceed 63 characters in length.

Attributes

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

Value members

Concrete methods

Constructs a Hostname from a string.

Constructs a Hostname from a string.

Attributes

Source:
Host.scala