org.apache.directory.server.dhcp.options.dhcp
Class UnrecognizedOption

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

public class UnrecognizedOption
extends DhcpOption

This pseudo option represents all options which have not been recognized and parsed as specific implementations. No special semantics are associated with it. Users are therefore required to manually deal with the contained data.

Version:
$Rev: 552077 $, $Date: 2007-06-29 21:23:39 -0500 (Fr, 29 Jun 2007) $
Author:
Apache Directory Project

Constructor Summary
UnrecognizedOption()
           
UnrecognizedOption(byte tag)
           
 
Method Summary
 byte getTag()
          Get the option's code tag.
 
Methods inherited from class org.apache.directory.server.dhcp.options.DhcpOption
getClassByTag, getData, getTagByClass, setData, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnrecognizedOption

public UnrecognizedOption()

UnrecognizedOption

public UnrecognizedOption(byte tag)
Method Detail

getTag

public byte getTag()
Description copied from class: DhcpOption
Get the option's code tag.

Specified by:
getTag in class DhcpOption
Returns:
byte


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