SK.gnome.dwarf.utils.dns
Class Question

java.lang.Object
  extended bySK.gnome.dwarf.utils.dns.Record
      extended bySK.gnome.dwarf.utils.dns.Question

public class Question
extends Record

This class represents a DNS question.


Field Summary
 
Fields inherited from class SK.gnome.dwarf.utils.dns.Record
clazz, name, type
 
Constructor Summary
Question(java.lang.String name, int type, int clazz)
          Creates a new DNS question.
 
Methods inherited from class SK.gnome.dwarf.utils.dns.Record
getClassString, getClazz, getName, getType, getTypeString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Question

public Question(java.lang.String name,
                int type,
                int clazz)
Creates a new DNS question.

Parameters:
name - the domain name
type - the resource type
clazz - the protocol class


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