Class SrvRecord


  • public class SrvRecord
    extends Object
    Represent a Service-Record (SRV) which was resolved for a domain.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • SrvRecord

        public SrvRecord​(io.vertx.core.dns.SrvRecord delegate)
      • SrvRecord

        public SrvRecord​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.core.dns.SrvRecord getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • priority

        public int priority()
        Returns:
      • weight

        public int weight()
        Returns:
      • port

        public int port()
        Returns:
      • name

        public String name()
        Returns:
      • protocol

        public String protocol()
        Returns:
      • service

        public String service()
        Returns:
      • target

        public String target()
        Returns:
      • newInstance

        public static SrvRecord newInstance​(io.vertx.core.dns.SrvRecord arg)