Class LDAPUtil.SRVRecord

  • All Implemented Interfaces:
    java.lang.Comparable<LDAPUtil.SRVRecord>
    Enclosing class:
    LDAPUtil

    public static class LDAPUtil.SRVRecord
    extends java.lang.Object
    implements java.lang.Comparable<LDAPUtil.SRVRecord>
    SRV record entry
    • Constructor Summary

      Constructors 
      Constructor Description
      SRVRecord​(java.lang.String str)
      Initialize a new SRV Record from the value retrieved in DNS
    • Constructor Detail

      • SRVRecord

        public SRVRecord​(java.lang.String str)
        Initialize a new SRV Record from the value retrieved in DNS
        Parameters:
        str - a value of the form "priority weight port target"