Label

case class Label

Label component of a hostname.

Label component of a hostname.

Rules

  • 1 to 63 characters
  • Only consists of characters a-z, A-Z, 0-9 or a hyphen

RFC1123, section 2.1 "Host Names and Numbers"

See also
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product