- sections - Static variable in class io.aalam.common.Config
-
- sendResponse(ChannelHandlerContext, HttpRequest, Object) - Method in class io.aalam.common.AppHandler
-
- sendResponse(ChannelHandlerContext, HttpRequest, HttpResponseStatus, Object) - Method in class io.aalam.common.HttpPrePostProcessor
-
- sendResponse(ChannelHandlerContext, HttpRequest, Object) - Method in class io.aalam.common.HttpPrePostProcessor
-
- sendResponse(ChannelHandlerContext, HttpRequest, HttpResponseStatus, Object) - Method in class io.aalam.common.HttpPreProcessor
-
- sendResponse(ChannelHandlerContext, HttpRequest, Object) - Method in class io.aalam.common.HttpPreProcessor
-
- serialize(HttpRequest, HttpResponse) - Method in interface io.aalam.common.Serializer
-
This method should set the response data in the response and the
neccessary modifications in the response headers.
- serialize(HttpRequest, HttpResponse) - Method in class io.aalam.common.serializers.HtmlSerializer
-
- serialize(HttpRequest, HttpResponse) - Method in class io.aalam.common.serializers.JsonSerializer
-
- Serializer - Interface in io.aalam.common
-
The data serializer used in general to serialize the response content.
- server() - Static method in class io.aalam.common.Launcher
-
- setAnonymousAuth() - Method in class io.aalam.common.HttpRequest
-
This method will be used by the framework internally.
- setContent(byte[]) - Method in class io.aalam.common.HttpResponse
-
Set the data be sent in the response.
- setContent(ByteBuf) - Method in class io.aalam.common.HttpResponse
-
- setContentType(String) - Method in class io.aalam.common.HttpResponse
-
Set the content type of the response data
- setCookieAuth(String, Integer) - Method in class io.aalam.common.HttpRequest
-
This method will be used by the framework internally.
- setCookieAuth(String) - Method in class io.aalam.common.HttpRequest
-
This method will be used by the framework internally.
- setExternalAuth(String) - Method in class io.aalam.common.HttpRequest
-
This method will be used by the framework internally.
- setExternalAuth(String, String, Integer) - Method in class io.aalam.common.HttpRequest
-
This method will be used by the framework internally.
- setHttpRequest(HttpRequest) - Method in class io.aalam.common.HttpResponse
-
Sets the request object for which this response is being sent
- setInternalAuth(String, String) - Method in class io.aalam.common.HttpRequest
-
This method will be used by the framework internally.
- setRouteMatch(RouteMatch) - Method in class io.aalam.common.HttpRequest
-
Application will have no use with this method.
- setStaticInfo(String, String) - Method in class io.aalam.common.HttpRequest
-
Though applications can pre-inform the static URL and the way to access the
static data through build plugin, there might be some situation which would
want to send a static file on a non-static URL.
- settingsMap - Static variable in class io.aalam.common.Config
-
Path to the settings map containing the application's settings items,
defined in it's pom.xml
- setTokenAuth(String) - Method in class io.aalam.common.HttpRequest
-
This method will be used by the framework internally.
- setUserPermissions(HashSet<Integer>) - Method in class io.aalam.common.HttpRequest
-
Application will have no use with this method.
- signAndSend(String, String, String, String, String, Map<String, String>, String, byte[], String) - Static method in class io.aalam.common.Utils
-
Send a signed request.
- state - Static variable in class io.aalam.common.Launcher
-
- STATE_MIGRATE - Static variable in interface io.aalam.common.Callbacks
-
This state means the application is getting upgraded and this is the first
call to the upgradation process.
- STATE_POST_MIGRATE - Static variable in interface io.aalam.common.Callbacks
-
This state means the application is getting upgraded and this is the final
stage of the upgradation process.
- STATE_RESTARTED - Static variable in interface io.aalam.common.Callbacks
-
This state means the application is restarted after recovering from a
crash.
- STATE_STARTED - Static variable in interface io.aalam.common.Callbacks
-
When an application is started in this state, it means the application
is started afresh.
- STATE_VALIDATION - Static variable in interface io.aalam.common.Callbacks
-
This is called mostly from the packager which does the package validation.
- StaticsHandler - Class in io.aalam.common
-
- StaticsHandler() - Constructor for class io.aalam.common.StaticsHandler
-
- staticsUrlRoot - Static variable in class io.aalam.common.Config
-
The statics url prefix of the application as defined in it's pom.xml
- status - Variable in exception io.aalam.common.HttpException
-
- statusCode() - Method in class io.aalam.common.HttpResponse
-
Get the status code set on this response object
- StatusTuple - Class in io.aalam.common
-
An object of this class will be returned by the action handler if it wants to
set a status code with a response data
- StatusTuple(HttpResponseStatus, Object) - Constructor for class io.aalam.common.StatusTuple
-
Constructor to set the response status and the data
- subMapper(Object) - Method in class io.aalam.common.router.Mapper
-
Returns a new sub mapper object.
- SubMapper(Mapper, Object) - Constructor for class io.aalam.common.router.Mapper.SubMapper
-
- SystemHandler - Class in io.aalam.common
-
- SystemHandler() - Constructor for class io.aalam.common.SystemHandler
-