| Interface | Description |
|---|---|
| Callbacks |
Every application using this library will have to implement this class
and return an object of that class from it's entry point.
|
| Serializer |
The data serializer used in general to serialize the response content.
|
| Class | Description |
|---|---|
| AppHandler | |
| AuthHandler | |
| AuthorizationHandler | |
| Config | |
| EntryHandler | |
| ExitHandler | |
| HooksHandler | |
| HttpClient | |
| HttpPostProcessor | |
| HttpPrePostProcessor | |
| HttpPreProcessor | |
| HttpRequest |
Class to access the request details.
|
| HttpResponse | |
| HttpServer | |
| HttpServerInitializer | |
| Launcher | |
| Permissions |
This class defines the permissions for urls and will an object of this class
will be used for every URL registration.
|
| Redis |
Class to access the redis instance of this application.
|
| Role |
This class helps the application to check the authority of the
user over a request resource.
|
| RoleCache |
Cache of all the permissions identifiers of the application
|
| RouterHandler | |
| StaticsHandler | |
| StatusTuple |
An object of this class will be returned by the action handler if it wants to
set a status code with a response data
|
| SystemHandler | |
| Utils |
Utility functions of this framework
|
| Exception | Description |
|---|---|
| HttpException |
The http exception objects are thrown by the action handler when it wishes to
abort the processing when it faces an error.
|
Copyright © 2017. All rights reserved.