Uses of Class
net.jradius.packet.attribute.VSAttribute

Packages that use VSAttribute
net.jradius.packet JRadius Core RADIUS Packet Objects and Utilities. 
net.jradius.packet.attribute JRadius Core RADIUS Attribute Objects and Utilities. 
 

Uses of VSAttribute in net.jradius.packet
 

Methods in net.jradius.packet with parameters of type VSAttribute
 int RadiusFormat.headerLength(VSAttribute a)
          Packs a VSAttribute header into a DataOutputStream
 void DHCPFormat.packAttribute(ByteBuffer buffer, VSAttribute a)
           
 void DHCPFormat.packAttribute(OutputStream out, VSAttribute a)
           
 void DiameterFormat.packHeader(ByteBuffer buffer, VSAttribute a)
           
 void RadiusFormat.packHeader(ByteBuffer buffer, VSAttribute a)
           
 void RadiusFormat.packHeader(ByteBuffer buffer, VSAttribute a, int len)
           
 

Method parameters in net.jradius.packet with type arguments of type VSAttribute
 void Format.packAttributes(ByteBuffer buffer, List<VSAttribute> list)
           
 

Uses of VSAttribute in net.jradius.packet.attribute
 

Subclasses of VSAttribute in net.jradius.packet.attribute
 class Attr_UnknownVSAttribute
           
 class SubAttribute
           
 class VSAWithSubAttributes
          Sub-TLV attribute, as specified by WiMAX.
 



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