Name |
Description |
ConfigurationDataAccess |
A class that provides an implementation of T:Stumps.Server.Data.IConfigurationDataAccess that uses a JSON file to configuration information. |
ConfigurationDataAccessTests |
|
ConfigurationEntity |
A class that represents the persisted form of the configuration information. |
DataAccess |
A class that provides an implementation of T:Stumps.Server.Data.IDataAccess that uses JSON files and directory structures to persist information about Stumps servers and Stump instances. |
DataAccessTests |
|
HttpContextPartEntity |
A class that provides the foundation for persisted HTTP requests and responses. |
HttpRequestEntity |
A class that represents the persisted form of an HTTP request. |
HttpRequestEntityReader |
A class that provides an T:Stumps.IStumpsHttpRequest implementation using a T:Stumps.Server.Data.HttpRequestEntity object. |
HttpResponseEntity |
A class that represents the persisted form of an HTTP response. |
HttpResponseEntityReader |
A class that provides an T:Stumps.IStumpsHttpResponse implementation using a T:Stumps.Server.Data.HttpResponseEntity object. |
NameValuePairEntity |
A class that represents the persisted form of an object representing a name and value pair. |
RuleEntity |
A class that represents the persisted form of a Stump rule. |
StumpEntity |
A class that represents the persisted form for a T:Stumps.Stump. |