org.apache.directory.server.dhcp.options.linklayer
Class ArpCacheTimeout

java.lang.Object
  extended by org.apache.directory.server.dhcp.options.DhcpOption
      extended by org.apache.directory.server.dhcp.options.linklayer.ArpCacheTimeout

public class ArpCacheTimeout
extends DhcpOption

This option specifies the timeout in seconds for ARP cache entries. The time is specified as a 32-bit unsigned integer. The code for this option is 35, and its length is 4.


Constructor Summary
ArpCacheTimeout(byte[] arpCacheTimeout)
           
 
Method Summary
protected  void valueToByteBuffer(java.nio.ByteBuffer out)
           
 
Methods inherited from class org.apache.directory.server.dhcp.options.DhcpOption
writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArpCacheTimeout

public ArpCacheTimeout(byte[] arpCacheTimeout)
Method Detail

valueToByteBuffer

protected void valueToByteBuffer(java.nio.ByteBuffer out)
Specified by:
valueToByteBuffer in class DhcpOption


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