|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.dns.record.DnsRecord
com.jscape.inet.dns.record.WellKnownServices
public class WellKnownServices
WellKnownServices record is used to describe the well known services supported by a particular protocol on a particular internet address.
Constructor Summary | |
---|---|
WellKnownServices()
|
Method Summary | |
---|---|
byte[] |
getAddress()
Gets byte[] representing 32 bit ip address. |
byte[] |
getData()
Gets data describing this service. |
java.net.InetAddress |
getInetAddress()
Gets InetAddress for this service. |
int |
getProtocol()
Gets protocol for this service. |
java.lang.String |
toString()
Gets String representation of this record. |
Methods inherited from class com.jscape.inet.dns.record.DnsRecord |
---|
getRecordClass, getRecordName, getRecordTTL, getRecordType, init, isValid |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WellKnownServices()
Method Detail |
---|
public byte[] getAddress()
byte[]
representing 32 bit ip address.
public java.net.InetAddress getInetAddress() throws java.net.UnknownHostException
java.net.UnknownHostException
- the IP address of a host could not be determinedpublic int getProtocol()
public byte[] getData()
public java.lang.String toString()
toString
in class java.lang.Object
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |