Class PublicSuffixMatcher.DomainRootInfo

  • Enclosing class:
    PublicSuffixMatcher

    static final class PublicSuffixMatcher.DomainRootInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) DomainType domainType  
      (package private) java.lang.String matchingKey  
      (package private) java.lang.String root  
    • Constructor Summary

      Constructors 
      Constructor Description
      DomainRootInfo​(java.lang.String root, java.lang.String matchingKey, DomainType domainType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • root

        final java.lang.String root
      • matchingKey

        final java.lang.String matchingKey
    • Constructor Detail

      • DomainRootInfo

        DomainRootInfo​(java.lang.String root,
                       java.lang.String matchingKey,
                       DomainType domainType)