net.sf.jradius.packet
Class RadiusFormat.AttributeParseContext

java.lang.Object
  extended by net.sf.jradius.packet.RadiusFormat.AttributeParseContext
Enclosing class:
RadiusFormat

protected class RadiusFormat.AttributeParseContext
extends java.lang.Object


Field Summary
 int attributeLength
           
 int attributeOp
           
 int attributeType
           
 byte[] attributeValue
           
 int headerLength
           
 int padding
           
 int vendorNumber
           
 
Constructor Summary
protected RadiusFormat.AttributeParseContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeType

public int attributeType

attributeLength

public int attributeLength

attributeOp

public int attributeOp

attributeValue

public byte[] attributeValue

headerLength

public int headerLength

vendorNumber

public int vendorNumber

padding

public int padding
Constructor Detail

RadiusFormat.AttributeParseContext

protected RadiusFormat.AttributeParseContext()


Copyright © 2006 The JRadius Project, All Rights Reserved.