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 RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • SrvRecord

        public SrvRecord​(SrvRecord delegate)
      • SrvRecord

        public SrvRecord​(Object delegate)
    • Method Detail

      • hashCode

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

        public SrvRecord getDelegate()
      • priority

        public int priority()
        Returns the priority for this service record.
        Returns:
      • weight

        public int weight()
        Returns the weight of this service record.
        Returns:
      • port

        public int port()
        Returns the port the service is running on.
        Returns:
      • name

        public String name()
        Returns the name for the server being queried.
        Returns:
      • protocol

        public String protocol()
        Returns the protocol for the service being queried (i.e. "_tcp").
        Returns:
      • service

        public String service()
        Returns the service's name (i.e. "_http").
        Returns:
      • target

        public String target()
        Returns the name of the host for the service.
        Returns: