Package io.vertx.mutiny.core.dns
Class SrvRecord
java.lang.Object
io.vertx.mutiny.core.dns.SrvRecord
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
SrvRecord
public SrvRecord(io.vertx.core.dns.SrvRecord delegate) -
SrvRecord
-
-
Method Details
-
getDelegate
public io.vertx.core.dns.SrvRecord getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
priority
public int priority()- Returns:
-
weight
public int weight()- Returns:
-
port
public int port()- Returns:
-
name
- Returns:
-
protocol
- Returns:
-
service
- Returns:
-
target
- Returns:
-
newInstance
-