All Classes and Interfaces

Class
Description
Application main class.
Application's custom configurations.
Implementation for the application's custom configurations.
The application controller.
The only purpose of this interface is to make it easier to declare a Route Handler as "AppHandler" instead of "Handler<AppRequestContext>".
Configure Logback
Guice module for the application.
Interface of our custom Request Context type.
Implementation of our custom Request Context type.
The only purpose of this interface is to make it easier to inject the application specific Router by using "AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".
The only purpose of this class is to make it easier to inject the application specific Router by using "AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".
Custom type which allows our application to extend the default Websocket Context.
Implementation of our custom Websocket Context type.