net.jradius.packet
Class DHCPPacket

java.lang.Object
  extended by net.jradius.packet.RadiusPacket
      extended by net.jradius.packet.DHCPPacket
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DHCPAck, DHCPDecline, DHCPDiscover, DHCPForceRenew, DHCPInform, DHCPNack, DHCPOffer, DHCPRelease, DHCPRequest

public abstract class DHCPPacket
extends RadiusPacket

Author:
David Bird
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.jradius.packet.RadiusPacket
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH
 
Constructor Summary
DHCPPacket()
           
DHCPPacket(AttributeList attributes)
           
 
Method Summary
 
Methods inherited from class net.jradius.packet.RadiusPacket
addAttribute, addAttributes, createAuthenticator, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, 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
 

Constructor Detail

DHCPPacket

public DHCPPacket()

DHCPPacket

public DHCPPacket(AttributeList attributes)


Copyright © 2008 JRadius Project, All Rights Reserved.