| Class | Description |
---|
| Engine_Component | Code component which provides methods to fulfill microservice endpoint requests |
| Engine_IpRange | A single IP address (or one continuous range of IP addresses) which make up one
part of a restriction range for restricting access to microservices |
| Engine_Path_Endpoint | Class represents a single segment of a microservice endpoint's URI, including all child segments or endpoints |
| Engine_RestrictionRange | Collection of IP ranges which can be used to limit access to a microservice endpoint |
| Engine_Server_Configuration | Overall configuration for the microservices exposed by this data layer |
| Engine_VerbMapping | Individual mapping from a HTML verb to a component/method |