| Interface | Description |
|---|---|
| IAppHandler |
The only purpose of this interface is to make it
easier to declare an handler as "IAppHandler"
instead of "IHandler<IAppRequestContext>".
|
| IAppRequestContext |
Custom type which allows our application to
extend the default request context and add custom methods
and add-ons provided by plugins.
|
| IAppRouter |
The only purpose of this interface is to make it
easier to inject the application specific router by using
"IAppRouter" instead of "IRouter<IAppRequestContext, IAppWebsocketContext>".
|
| IAppWebsocketContext |
Custom type which allows our application to
extend the default Websocket context and add custom methods
and add-ons provided by plugins.
|
| Class | Description |
|---|---|
| AppRequestContext |
Implementation of our custom request context type.
|
| AppRouter |
The only purpose of this class is to make it
easier to inject the application specific router by using
"IAppRouter" instead of "IRouter<IAppRequestContext, IAppWebsocketContext>".
|
| AppWebsocketContext |
Implementation of our custom Websocket context type.
|
Copyright © 2016. All rights reserved.