net.jradius.packet
Class DHCPAck

java.lang.Object
  extended by net.jradius.packet.RadiusPacket
      extended by net.jradius.packet.DHCPPacket
          extended by net.jradius.packet.DHCPAck
All Implemented Interfaces:
Serializable

public class DHCPAck
extends DHCPPacket

Author:
David Bird
See Also:
Serialized Form

Field Summary
static int CODE
           
 
Fields inherited from class net.jradius.packet.RadiusPacket
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH, recyclable, recycled
 
Constructor Summary
DHCPAck()
           
DHCPAck(AttributeList attributes)
           
 
Method Summary
 
Methods inherited from class net.jradius.packet.RadiusPacket
addAttribute, addAttributes, createAuthenticator, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, getAuthenticator, getAuthenticator, getAuthenticator, getCode, getIdentifier, overwriteAttribute, removeAttribute, removeAttribute, setAuthenticator, setCode, setIdentifier, toString, toString, verifyAuthenticator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CODE

public static final int CODE
See Also:
Constant Field Values
Constructor Detail

DHCPAck

public DHCPAck()

DHCPAck

public DHCPAck(AttributeList attributes)


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.