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

java.lang.Object
  extended by org.apache.directory.server.dhcp.options.DhcpOption
      extended by org.apache.directory.server.dhcp.options.AddressOption
          extended by org.apache.directory.server.dhcp.options.vendor.SubnetMask

public class SubnetMask
extends AddressOption


Constructor Summary
SubnetMask(byte[] subnetMask)
           
 
Method Summary
 
Methods inherited from class org.apache.directory.server.dhcp.options.AddressOption
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

SubnetMask

public SubnetMask(byte[] subnetMask)


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