Label

blobstore.url.Hostname.Label
See theLabel companion object
case class Label

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"

Attributes

See also
Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product