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

java.lang.Object
  extended byorg.apache.directory.server.dhcp.options.OptionsField

public class OptionsField
extends java.lang.Object

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."


Constructor Summary
OptionsField()
           
 
Method Summary
 void add(DhcpOption option)
           
 boolean isEmpty()
           
 DhcpOption[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsField

public OptionsField()
Method Detail

add

public void add(DhcpOption option)

isEmpty

public boolean isEmpty()

toArray

public DhcpOption[] toArray()