| Interface | Description |
|---|---|
| Logger.LogBackEnd |
Interface for an logging backend that can be attached to the logger.
|
| UriFilter |
Interface for an URI filter.
|
| Class | Description |
|---|---|
| EmptyXMLResolver |
This resolver is used to prevent network lookups of DTD or XML schemas.
|
| Logger |
Simple logging support for the framework.
|
| PlatformUtil |
Defines some helper methods to find the correct platform.
|
| PListParser |
Plist xml handling (serialization and deserialization)
The xml plist dtd can be found at http://www.apple.com/DTDs/PropertyList-1.0.dtd
The plist spec handles 8 types of objects: booleans, real, integers, dates,
binary data, strings, arrays (lists) and dictionaries (maps).
|
| PListParser.Dict |
Small helper class representing a tree node.
|
| ProxyUtil |
Small helper class for some common utility methods.
|
| Enum | Description |
|---|---|
| Logger.LogLevel | |
| PlatformUtil.Browser | |
| PlatformUtil.Desktop | |
| PlatformUtil.Platform |
| Exception | Description |
|---|---|
| PListParser.XmlParseException |
Exception is used for XML parse problems.
|
| ProxyException |
Indicates an exception in the proxy framework.
|
Copyright © 2017. All rights reserved.