public class SrvRecord extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<SrvRecord> |
__TYPE_ARG |
Constructor and Description |
---|
SrvRecord(io.vertx.core.dns.SrvRecord delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
io.vertx.core.dns.SrvRecord |
getDelegate() |
int |
hashCode() |
String |
name()
Returns the name for the server being queried.
|
static SrvRecord |
newInstance(io.vertx.core.dns.SrvRecord arg) |
int |
port()
Returns the port the service is running on.
|
int |
priority()
Returns the priority for this service record.
|
String |
protocol()
Returns the protocol for the service being queried (i.e.
|
String |
service()
Returns the service's name (i.e.
|
String |
target()
Returns the name of the host for the service.
|
String |
toString() |
int |
weight()
Returns the weight of this service record.
|
public io.vertx.core.dns.SrvRecord getDelegate()
public int priority()
public int weight()
public int port()
public String name()
public String protocol()
public String service()
public String target()
public static SrvRecord newInstance(io.vertx.core.dns.SrvRecord arg)
Copyright © 2019 Eclipse. All rights reserved.