| Interface | Description |
|---|---|
| AppHandler |
The only purpose of this interface is to make it
easier to declare a Route Handler as "AppHandler"
instead of "Handler<AppRequestContext>".
|
| AppRequestContext |
Interface of our custom Request Context type.
|
| AppRouter |
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>".
|
| AppWebsocketContext |
Custom type which allows our application to
extend the default Websocket Context.
|
| Class | Description |
|---|---|
| AppRequestContextDefault |
Implementation of our custom Request Context type.
|
| AppRouterDefault |
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>".
|
| AppWebsocketContextDefault |
Implementation of our custom Websocket Context type.
|
Copyright © 2017. All rights reserved.