Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SrvRecord> |
__TYPE_ARG |
Constructor and Description |
---|
SrvRecord(Object delegate) |
SrvRecord(SrvRecord delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SrvRecord |
getDelegate() |
int |
hashCode() |
String |
name()
Returns the name for the server being queried.
|
static SrvRecord |
newInstance(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 static final io.vertx.lang.rx.TypeArg<SrvRecord> __TYPE_ARG
public SrvRecord(SrvRecord delegate)
public SrvRecord(Object delegate)
public SrvRecord getDelegate()
public int priority()
public int weight()
public int port()
public String name()
public String protocol()
public String service()
public String target()
Copyright © 2021 Eclipse. All rights reserved.