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

Packages that use IntOption
org.apache.directory.server.dhcp.options.dhcp Provides DHCP options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.linklayer Provides link layer 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.tcp Provides TCP options for the DHCP protocol. 
 

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

Subclasses of IntOption in org.apache.directory.server.dhcp.options.dhcp
 class IpAddressLeaseTime
          This option is used in a client request (DHCPDISCOVER or DHCPREQUEST) to allow the client to request a lease time for the IP address.
 class RebindingTimeValue
          This option specifies the time interval from address assignment until the client transitions to the REBINDING state.
 class RenewalTimeValue
          This option specifies the time interval from address assignment until the client transitions to the RENEWING state.
 

Uses of IntOption in org.apache.directory.server.dhcp.options.linklayer
 

Subclasses of IntOption in org.apache.directory.server.dhcp.options.linklayer
 class ArpCacheTimeout
          This option specifies the timeout in seconds for ARP cache entries.
 

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

Subclasses of IntOption in org.apache.directory.server.dhcp.options.perhost
 class PathMtuAgingTimeout
          This option specifies the timeout (in seconds) to use when aging Path MTU values discovered by the mechanism defined in RFC 1191.
 

Uses of IntOption in org.apache.directory.server.dhcp.options.tcp
 

Subclasses of IntOption in org.apache.directory.server.dhcp.options.tcp
 class TcpKeepaliveGarbage
          This option specifies the interval (in seconds) that the client TCP should wait before sending a keepalive message on a TCP connection.
 



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