public interface SrvRecord
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
Returns the name for the server being queried.
|
int |
port()
Returns the port the service is running on.
|
int |
priority()
Returns the priority for this service record.
|
java.lang.String |
protocol()
Returns the protocol for the service being queried (i.e.
|
java.lang.String |
service()
Returns the service's name (i.e.
|
java.lang.String |
target()
Returns the name of the host for the service.
|
int |
weight()
Returns the weight of this service record.
|
int priority()
int weight()
int port()
java.lang.String name()
java.lang.String protocol()
java.lang.String service()
java.lang.String target()