Uses of Package
org.tinyradius.dictionary

Packages that use org.tinyradius.dictionary
org.tinyradius.attribute This package contains classes for Radius attributes and Radius attribute types. 
org.tinyradius.dictionary This package contains interfaces and classes that manage a dictionary of Radius attribute types. 
org.tinyradius.packet This package contains classes for encoding and decoding Radius packets. 
 

Classes in org.tinyradius.dictionary used by org.tinyradius.attribute
AttributeType
          Represents a Radius attribute type.
Dictionary
          A dictionary retrieves AttributeType objects by name or type code.
 

Classes in org.tinyradius.dictionary used by org.tinyradius.dictionary
AttributeType
          Represents a Radius attribute type.
Dictionary
          A dictionary retrieves AttributeType objects by name or type code.
MemoryDictionary
          A dictionary that keeps the values and names in hash maps in the memory.
WritableDictionary
          A dictionary that is not read-only.
 

Classes in org.tinyradius.dictionary used by org.tinyradius.packet
Dictionary
          A dictionary retrieves AttributeType objects by name or type code.