net.jradius.packet
Class Format.AttributeParseContext

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

protected class Format.AttributeParseContext
extends Object


Field Summary
 long attributeLength
           
 long attributeOp
           
 long attributeType
           
 byte[] attributeValue
           
 long attributeValueLength
           
 int headerLength
           
 long lengthRemaining
           
 int padding
           
 int vendorNumber
           
 
Constructor Summary
protected Format.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 long attributeType

attributeLength

public long attributeLength

attributeOp

public long attributeOp

attributeValueLength

public long attributeValueLength

attributeValue

public byte[] attributeValue

headerLength

public int headerLength

vendorNumber

public int vendorNumber

padding

public int padding

lengthRemaining

public long lengthRemaining
Constructor Detail

Format.AttributeParseContext

protected Format.AttributeParseContext()


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