Class HostName

java.lang.Object
ai.vespa.validation.StringWrapper<T>
ai.vespa.validation.PatternedStringWrapper<ai.vespa.http.DomainName>
ai.vespa.http.DomainName
com.yahoo.config.provision.HostName
All Implemented Interfaces:
Comparable<ai.vespa.http.DomainName>

public class HostName extends ai.vespa.http.DomainName
Hostnames match DomainName.domainNamePattern, and are restricted to 64 characters in length.
Author:
jonmv
  • Field Summary

    Fields inherited from class ai.vespa.http.DomainName

    domainNamePattern, labelPattern, localhost
  • Method Summary

    Modifier and Type
    Method
    Description
    static HostName
    of(String value)
     

    Methods inherited from class ai.vespa.http.DomainName

    requireLabel

    Methods inherited from class ai.vespa.validation.StringWrapper

    compareTo, equals, hashCode, toString, value

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait