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

Packages that use ShortOption
org.apache.directory.server.dhcp.options.dhcp Provides DHCP options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.perhost Provides per-host 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 ShortOption in org.apache.directory.server.dhcp.options.dhcp
 

Subclasses of ShortOption in org.apache.directory.server.dhcp.options.dhcp
 class MaximumDhcpMessageSize
          This option specifies the maximum length DHCP message that it is willing to accept.
 

Uses of ShortOption in org.apache.directory.server.dhcp.options.perhost
 

Subclasses of ShortOption in org.apache.directory.server.dhcp.options.perhost
 class MaximumDatagramSize
          This option specifies the maximum size datagram that the client should be prepared to reassemble.
 

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

Subclasses of ShortOption in org.apache.directory.server.dhcp.options.perinterface
 class InterfaceMtu
          This option specifies the MTU to use on this interface.
 

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

Subclasses of ShortOption in org.apache.directory.server.dhcp.options.vendor
 class BootFileSize
          This option specifies the length in 512-octet blocks of the default boot image for the client.
 



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