| BufferedFile | Acts like a stack buffered file |
| BufferedFileFactory | |
| CharAndSize | A String associated with a size and an index of the data already read |
| Clock | The Clock, simply just a container for a global variable which gets incremented |
| ConfigConnection | The config connection is a Connection which reads and write XML commands to and from a configurator |
| Connection< SAMPLE > | Connection Interface (5.1.1.1) disconnect() Disconnect Connection from Connector getName(): string Get Connections Name sent from Header |
| ConnectionFactory | The ConnectionFactory is used to create connections from client who have connected to ports the connectionFactory is listening to |
| ConnectionU | ConnectionU is a union for easy casting |
| ConnectionWrap | ConnectionWrap is a 5 byte wrapper for a connection |
| Connector | The Connector is the main class of the Connector |
| ConnectorSingleton | ConnectorSingleton maintains one connector in memory for other class to use |
| FilterConnection< SAMPLE > | FilterConnection Interface (5.1.1.2) Inherits from Connection |
| InputConnection< SAMPLE > | InputConnection is a FilterConnection who can only read and cannot write |
| lti | |
| Message | This is wrapper for recieved XML messages, it enables parsing to a XML tree for easy evaluation |
| MessageExecutor | Message Executor Executes messages MessageExecutor will call upon the XML Parser to parse the message into treeNode structure |
| OutputConnection< SAMPLE > | A Write Only connection |
| QuickDirtyXMLParser | The quick dirty XML parser is just meant to read XML and break it down into tree nodes |
| TreeNode | TreeNode, A node which consists of a name value and a list of child nodes |
1.2.18