net.jradius.packet.attribute.value
Class TLVFormat
java.lang.Object
net.jradius.packet.Format
net.jradius.packet.attribute.value.TLVFormat
public class TLVFormat
- extends Format
Constructor Summary |
TLVFormat(long vendor,
int pt)
|
Methods inherited from class net.jradius.packet.Format |
getUnsignedByte, getUnsignedByte, getUnsignedInt, getUnsignedInt, getUnsignedShort, getUnsignedShort, packAttributeList, packAttributes, putUnsignedByte, putUnsignedByte, putUnsignedInt, putUnsignedInt, putUnsignedShort, putUnsignedShort, readUnsignedByte, readUnsignedInt, readUnsignedShort, unpackAttributes, writeUnsignedByte, writeUnsignedInt, writeUnsignedShort |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TLVFormat
public TLVFormat(long vendor,
int pt)
unpackAttributeHeader
public void unpackAttributeHeader(ByteBuffer buffer,
Format.AttributeParseContext ctx)
- Specified by:
unpackAttributeHeader
in class Format
packAttribute
public void packAttribute(ByteBuffer buffer,
RadiusAttribute a)
- Specified by:
packAttribute
in class Format
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.