| 程序包 | 说明 |
|---|---|
| org.tinyradius.dictionary |
This package contains interfaces and classes that manage
a dictionary of Radius attribute types.
|
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
DictionaryParser.parseDictionary(InputStream source,
WritableDictionary dictionary)
Parses the dictionary from the specified InputStream.
|
Copyright © 2016. All rights reserved.