Hostname

object Hostname
Companion
class
class Object
trait Matchable
class Any

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.

Value members

Concrete methods

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

Constructs a Hostname from a string.

Constructs a Hostname from a string.