public class SRVRecord extends Record
| Constructor and Description |
|---|
SRVRecord(Name name,
int dclass,
long ttl,
int priority,
int weight,
int port,
Name target)
Creates an SRV Record from the given data
|
| Modifier and Type | Method and Description |
|---|---|
Name |
getAdditionalName()
Returns the name for which additional data processing should be done for this record.
|
int |
getPort()
Returns the port that the service runs on
|
int |
getPriority()
Returns the priority
|
Name |
getTarget()
Returns the host running that the service
|
int |
getWeight()
Returns the weight
|
protected void |
rdataFromString(Tokenizer st,
Name origin)
Converts the text format of an RR to the internal format - must be overriden
|
protected void |
rrFromWire(DNSInput in)
Converts the type-specific RR to wire format - must be overridden
|
protected String |
rrToString()
Converts rdata to a String
|
protected void |
rrToWire(DNSOutput out,
Compression c,
boolean canonical)
Converts the type-specific RR to wire format - must be overriden
|
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withNamepublic SRVRecord(Name name, int dclass, long ttl, int priority, int weight, int port, Name target)
priority - The priority of this SRV. Records with lower priority are preferred.weight - The weight, used to select between records at the same priority.port - The TCP/UDP port that the service usestarget - The host running the serviceprotected void rrFromWire(DNSInput in) throws IOException
RecordrrFromWire in class RecordIOExceptionprotected void rdataFromString(Tokenizer st, Name origin) throws IOException
RecordrdataFromString in class RecordIOExceptionprotected String rrToString()
rrToString in class Recordpublic int getPriority()
public int getWeight()
public int getPort()
public Name getTarget()
protected void rrToWire(DNSOutput out, Compression c, boolean canonical)
Recordpublic Name getAdditionalName()
RecordgetAdditionalName in class RecordCopyright © 2021 dnsjava.org. All rights reserved.