org.apache.directory.server.dhcp.options.vendor
Class CookieServers

java.lang.Object
  extended byorg.apache.directory.server.dhcp.options.DhcpOption
      extended byorg.apache.directory.server.dhcp.options.AddressListOption
          extended byorg.apache.directory.server.dhcp.options.vendor.CookieServers

public class CookieServers
extends AddressListOption


Constructor Summary
CookieServers(byte[] cookieServers)
           
 
Methods inherited from class org.apache.directory.server.dhcp.options.AddressListOption
valueToByteBuffer
 
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

CookieServers

public CookieServers(byte[] cookieServers)