org.apache.directory.server.dns.io.encoder
Class HostInformationRecordEncoder

java.lang.Object
  extended by org.apache.directory.server.dns.io.encoder.HostInformationRecordEncoder

public class HostInformationRecordEncoder
extends java.lang.Object

3.3.2. HINFO RDATA format +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / CPU / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / OS / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: CPU A which specifies the CPU type. OS A which specifies the operating system type. Standard values for CPU and OS can be found in [RFC-1010]. HINFO records are used to acquire general information about a host. The main use is for protocols such as FTP that can use special procedures when talking between machines or operating systems of the same type.

Version:
$Rev: 501160 $, $Date: 2007-01-29 20:41:33 +0100 (Mo, 29 Jan 2007) $
Author:
Apache Directory Project

Constructor Summary
HostInformationRecordEncoder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostInformationRecordEncoder

public HostInformationRecordEncoder()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.