| Package | Description |
|---|---|
| io.higgs.http.server | |
| io.higgs.http.server.protocol | |
| io.higgs.http.server.transformers |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticFileMethod |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ParamInjector.injectParams(HttpMethod method,
HttpRequest request,
HttpResponse res,
io.netty.channel.ChannelHandlerContext ctx,
Object[] params) |
Object[] |
DefaultParamInjector.injectParams(HttpMethod method,
HttpRequest request,
HttpResponse res,
io.netty.channel.ChannelHandlerContext ctx,
Object[] args) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpMethod |
HttpHandler.method
The current HTTP method which matches the current
HttpHandler.request. |
| Modifier and Type | Field and Description |
|---|---|
protected static Class<HttpMethod> |
HttpHandler.methodClass |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpMethodProcessor.newMethod(Method method,
Class<?> klass,
Queue<ObjectFactory> factories) |
HttpMethod |
HttpMethodProcessor.process(Method method,
Class<?> klass,
Queue<ObjectFactory> factories) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResponseTransformer.canTransform(Object response,
HttpRequest request,
MediaType mediaType,
HttpMethod method,
io.netty.channel.ChannelHandlerContext ctx)
Determines if, given the response object and the media types accepted by the client this
transformer can convert the response object into one of the accepted types
|
boolean |
BaseTransformer.canTransform(Object response,
HttpRequest request,
MediaType mediaType,
HttpMethod method,
io.netty.channel.ChannelHandlerContext ctx) |
void |
ResponseTransformer.transform(Object response,
HttpRequest request,
HttpResponse httpResponse,
MediaType mediaType,
HttpMethod method,
io.netty.channel.ChannelHandlerContext ctx)
Given the response object transform it into one of the accepted media types
|
Copyright © 2012-2015. All Rights Reserved.