SK.gnome.dwarf.utils.dns
Class Types

java.lang.Object
  extended bySK.gnome.dwarf.utils.dns.Types

public class Types
extends java.lang.Object

The DNS resource types.


Field Summary
static short A
          A host address.
static short ALL
          Request for all records.
static short AXFR
          Request for a transfer of an entire zone.
static short CNAME
          A canonical name of an alias.
static short HINFO
          The CPU and OS used by a host.
static short MAILA
          Request for mail agent-related records.
static short MAILB
          Request for mailbox-related records.
static short MB
          A mailbox host.
static short MD
          A mail agent host.
static short MF
          A forwarding mail agent host.
static short MG
          A mail group member.
static short MINFO
          A mailing list information.
static short MR
          A forwarding mail agent host.
static short MX
          A mail exchange for the domain.
static short NS
          An authoritative name server for the domain.
static short NULL
          A null resource.
static short PTR
          A pointer to another part of the domain name space
static short RP
          A responsible person information.
static short SOA
          The start of a zone of authority.
static short TXT
          A descriptive text.
static short WKS
          A well known service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public static final short A
A host address.

See Also:
Constant Field Values

NS

public static final short NS
An authoritative name server for the domain.

See Also:
Constant Field Values

MD

public static final short MD
A mail agent host.

See Also:
Constant Field Values

MF

public static final short MF
A forwarding mail agent host.

See Also:
Constant Field Values

CNAME

public static final short CNAME
A canonical name of an alias.

See Also:
Constant Field Values

SOA

public static final short SOA
The start of a zone of authority.

See Also:
Constant Field Values

MB

public static final short MB
A mailbox host.

See Also:
Constant Field Values

MG

public static final short MG
A mail group member.

See Also:
Constant Field Values

MR

public static final short MR
A forwarding mail agent host.

See Also:
Constant Field Values

NULL

public static final short NULL
A null resource.

See Also:
Constant Field Values

WKS

public static final short WKS
A well known service.

See Also:
Constant Field Values

PTR

public static final short PTR
A pointer to another part of the domain name space

See Also:
Constant Field Values

HINFO

public static final short HINFO
The CPU and OS used by a host.

See Also:
Constant Field Values

MINFO

public static final short MINFO
A mailing list information.

See Also:
Constant Field Values

MX

public static final short MX
A mail exchange for the domain.

See Also:
Constant Field Values

TXT

public static final short TXT
A descriptive text.

See Also:
Constant Field Values

RP

public static final short RP
A responsible person information.

See Also:
Constant Field Values

AXFR

public static final short AXFR
Request for a transfer of an entire zone.

See Also:
Constant Field Values

MAILB

public static final short MAILB
Request for mailbox-related records.

See Also:
Constant Field Values

MAILA

public static final short MAILA
Request for mail agent-related records.

See Also:
Constant Field Values

ALL

public static final short ALL
Request for all records.

See Also:
Constant Field Values


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