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
Hostname.type

Members list

Type members

Classlikes

final class Label extends Serializable, 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
Supertypes
trait Ordered[Label]
trait Comparable[Label]
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def fromString(value: String): Option[Hostname]

Constructs a Hostname from a string.

Constructs a Hostname from a string.

Attributes

Source
Host.scala