Uses of Class
com.continuuity.http.HandlerInfo

Uses of HandlerInfo in com.continuuity.http
 

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)
           
 



Copyright 2013 Continuuity, Inc. Licensed under the Apache License, Version 2.0