public interface SrvRecord
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
int | 
weight()
Returns the weight of this service record. 
 | 
int priority()
int weight()
int port()
String name()
String protocol()
String service()
String target()
Copyright © 2020 Eclipse. All rights reserved.