Class | Description |
---|---|
ASQueue | This class implements part of a multi-threaded queue. Currently it only maintains a counter of objects in the queue, but it will eventually be able to optimize identical requests out of the queue. |
GatewayHandlers | This class contains helper methods for the Interpreter class that handle Gateway requests. |