| Interface | Description |
|---|---|
| ManagedWriter | |
| MessagePusher |
A response pusher is a generic interface used by HTTP and WebSockets to write responses back to the browser.
|
| ParamInjector |
| Class | Description |
|---|---|
| DefaultParamInjector |
Inspect the provided method parameters and substitute supported types as parameters where necessary
The following can be injected:
HttpRequest,FormFiles,HttpFile,FormParams,
HttpCookie,QueryParams,HiggsSession,ResourcePath |
| HttpRequest | |
| HttpRequestDecoder | |
| HttpResponse | |
| HttpResponseEncoder | |
| HttpStatus | |
| HttpTemplate | |
| MethodParam | |
| StaticFileMethod | |
| Transcriber |
Essentially a request re-writer
On receiving a request it modifies the request path based on the rules given
|
| Transcription |
A Transcription defines a set of actions that can be performed on a request given
a predefined premise is true.
|
| WrappedResponse |
Copyright © 2012-2015. All Rights Reserved.