org.apache.directory.server.dhcp.options
Class AddressListOption

java.lang.Object
  extended by org.apache.directory.server.dhcp.options.DhcpOption
      extended by org.apache.directory.server.dhcp.options.AddressListOption
Direct Known Subclasses:
CookieServers, DefaultFingerServers, DefaultIrcServers, DefaultWwwServers, DomainNameServers, ImpressServers, LogServers, LprServers, MobileIpHomeAgents, NameServers, NbddServers, NetbiosNameServers, NisPlusServers, NisServers, NntpServers, NtpServers, PolicyFilter, Pop3Servers, ResourceLocationServers, Routers, SmtpServers, StdaServers, StreetTalkServers, TimeServers, XWindowDisplayManagers, XWindowFontServers

public abstract class AddressListOption
extends DhcpOption

The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network. Configuration parameters and other control information are carried in tagged data items that are stored in the 'options' field of the DHCP message. The data items themselves are also called "options." This abstract base class is for options that carry lists of IP addresses.

Version:
$Rev: 638228 $, $Date: 2008-03-18 07:12:41 +0100 (Di, 18 M??r 2008) $
Author:
Apache Directory Project

Constructor Summary
AddressListOption()
           
 
Method Summary
 
Methods inherited from class org.apache.directory.server.dhcp.options.DhcpOption
getClassByTag, getData, getTag, getTagByClass, setData, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressListOption

public AddressListOption()


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