Class DnsSrvRecordAddressResolver.SrvRecord

    • Field Detail

      • priority

        private final int priority
      • weight

        private final int weight
      • port

        private final int port
      • host

        private final java.lang.String host
    • Constructor Detail

      • SrvRecord

        public SrvRecord​(int priority,
                         int weight,
                         int port,
                         java.lang.String host)