| Methods in com.continuuity.http with parameters of type HandlerInfo |
void |
HandlerHook.postCall(org.jboss.netty.handler.codec.http.HttpRequest request,
org.jboss.netty.handler.codec.http.HttpResponseStatus status,
HandlerInfo handlerInfo)
postCall is run after a handler method call is made. |
void |
AbstractHandlerHook.postCall(org.jboss.netty.handler.codec.http.HttpRequest request,
org.jboss.netty.handler.codec.http.HttpResponseStatus status,
HandlerInfo handlerInfo)
|
boolean |
HandlerHook.preCall(org.jboss.netty.handler.codec.http.HttpRequest request,
HttpResponder responder,
HandlerInfo handlerInfo)
preCall is run before a handler method call is made. |
boolean |
AbstractHandlerHook.preCall(org.jboss.netty.handler.codec.http.HttpRequest request,
HttpResponder responder,
HandlerInfo handlerInfo)
|