Uses of Class
org.apache.directory.server.dhcp.options.AddressOption

Packages that use AddressOption
org.apache.directory.server.dhcp.options.dhcp Provides DHCP options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.perinterface Provides per-interface options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.vendor Provides vendor options for the DHCP protocol. 
 

Uses of AddressOption in org.apache.directory.server.dhcp.options.dhcp
 

Subclasses of AddressOption in org.apache.directory.server.dhcp.options.dhcp
 class RequestedIpAddress
          This option is used in a client request (DHCPDISCOVER) to allow the client to request that a particular IP address be assigned.
 class ServerIdentifier
          This option is used in DHCPOFFER and DHCPREQUEST messages, and may optionally be included in the DHCPACK and DHCPNAK messages.
 

Uses of AddressOption in org.apache.directory.server.dhcp.options.perinterface
 

Subclasses of AddressOption in org.apache.directory.server.dhcp.options.perinterface
 class BroadcastAddress
          This option specifies the broadcast address in use on the client's subnet.
 class RouterSolicitationAddress
          This option specifies the address to which the client should transmit router solicitation requests.
 

Uses of AddressOption in org.apache.directory.server.dhcp.options.vendor
 

Subclasses of AddressOption in org.apache.directory.server.dhcp.options.vendor
 class SubnetMask
          The subnet mask option specifies the client's subnet mask as per RFC 950.
 class SwapServer
          This specifies the IP address of the client's swap server.
 class TimeOffset
          The time offset field specifies the offset of the client's subnet in seconds from Coordinated Universal Time (UTC).
 



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