Class SrvRecord

java.lang.Object
io.vertx.mutiny.core.dns.SrvRecord
All Implemented Interfaces:
MutinyDelegate

public class SrvRecord extends Object implements MutinyDelegate
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.

  • Field Details

  • Constructor Details

    • SrvRecord

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

      public SrvRecord(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.core.dns.SrvRecord getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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)