net.jradius.packet.attribute
Class SubAttribute

java.lang.Object
  extended by net.jradius.packet.attribute.RadiusAttribute
      extended by net.jradius.packet.attribute.VSAttribute
          extended by net.jradius.packet.attribute.SubAttribute
All Implemented Interfaces:
Serializable

public class SubAttribute
extends VSAttribute

Author:
David Bird
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jradius.packet.attribute.RadiusAttribute
RadiusAttribute.Operator
 
Field Summary
 
Fields inherited from class net.jradius.packet.attribute.VSAttribute
continuation, extraLength, grouped, hasContinuationByte, lengthLength, typeLength, vendorId, vsaAttributeType
 
Fields inherited from class net.jradius.packet.attribute.RadiusAttribute
attributeName, attributeOp, attributeType, attributeValue, overflow, recyclable, recycled
 
Constructor Summary
SubAttribute()
           
 
Method Summary
 int getFlags()
           
 Class<?> getParentClass()
           
 void setFlags(int flags)
           
 void setParentClass(Class<?> parentClass)
           
 void setup()
           
 
Methods inherited from class net.jradius.packet.attribute.VSAttribute
getContinuation, getExtraLength, getFormattedType, getLengthLength, getTypeLength, getVendorId, getVsaAttributeType, hasContinuationByte, isGrouped, setContinuation, setContinuation, setFormat, setGrouped, setVendorId, setVsaAttributeType, unsetContinuation
 
Methods inherited from class net.jradius.packet.attribute.RadiusAttribute
getAttributeName, getAttributeOp, getType, getValue, isOverflow, setAttributeOp, setAttributeOp, setOverflow, setup, setup, setValue, setValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubAttribute

public SubAttribute()
Method Detail

setup

public void setup()
Specified by:
setup in class RadiusAttribute

getFlags

public int getFlags()

setFlags

public void setFlags(int flags)

getParentClass

public Class<?> getParentClass()

setParentClass

public void setParentClass(Class<?> parentClass)


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