Uses of Interface
org.tinyradius.dictionary.WritableDictionary

Packages that use WritableDictionary
org.tinyradius.dictionary This package contains interfaces and classes that manage a dictionary of Radius attribute types. 
 

Uses of WritableDictionary in org.tinyradius.dictionary
 

Classes in org.tinyradius.dictionary that implement WritableDictionary
 class DefaultDictionary
          The default dictionary is a singleton object containing a dictionary in the memory that is filled on application startup using the default dictionary file from the classpath resource org.tinyradius.dictionary.default_dictionary.
 class MemoryDictionary
          A dictionary that keeps the values and names in hash maps in the memory.
 

Methods in org.tinyradius.dictionary with parameters of type WritableDictionary
static void DictionaryParser.parseDictionary(java.io.InputStream source, WritableDictionary dictionary)
          Parses the dictionary from the specified InputStream.