SK.gnome.dwarf.utils.dns
Class WKSResource

java.lang.Object
  extended bySK.gnome.dwarf.utils.dns.Record
      extended bySK.gnome.dwarf.utils.dns.Resource
          extended bySK.gnome.dwarf.utils.dns.WKSResource

public class WKSResource
extends Resource

This resource represents a well known service.


Field Summary
 
Fields inherited from class SK.gnome.dwarf.utils.dns.Resource
rdata, ttl
 
Fields inherited from class SK.gnome.dwarf.utils.dns.Record
clazz, name, type
 
Method Summary
 java.lang.String getAddress()
          Returns the IP address.
 java.util.BitSet getBitmap()
          Returns the bit map of the well known services.
 int getProtocol()
          Returns the protocol number.
 java.lang.String toString()
           
 
Methods inherited from class SK.gnome.dwarf.utils.dns.Resource
getRData, getTTL
 
Methods inherited from class SK.gnome.dwarf.utils.dns.Record
getClassString, getClazz, getName, getType, getTypeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAddress

public java.lang.String getAddress()
Returns the IP address.

Returns:
the IP address

getProtocol

public int getProtocol()
Returns the protocol number.

Returns:
the protocol number

getBitmap

public java.util.BitSet getBitmap()
Returns the bit map of the well known services.

Returns:
the bit map

toString

public java.lang.String toString()
Overrides:
toString in class Record


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.