Uses of Interface
com.continuuity.http.HttpResponder

Uses of HttpResponder in com.continuuity.http
 

Classes in com.continuuity.http that implement HttpResponder
 class BasicHttpResponder
          HttpResponder responds back to the client that initiated the request.
 class InternalHttpResponder
          InternalHttpResponder is used when a handler is being called internally by some other handler, and thus there is no need to go through the network.
 

Methods in com.continuuity.http with parameters of type HttpResponder
abstract  void BodyConsumer.chunk(org.jboss.netty.buffer.ChannelBuffer request, HttpResponder responder)
          Http request content will be streamed directly to this method.
abstract  void BodyConsumer.finished(HttpResponder responder)
          This is called on the receipt of the last HttpChunk.
 com.continuuity.http.HttpMethodInfo HttpResourceHandler.getDestinationMethod(org.jboss.netty.handler.codec.http.HttpRequest request, HttpResponder responder)
          Call the appropriate handler for handling the httprequest.
 void HttpResourceHandler.handle(org.jboss.netty.handler.codec.http.HttpRequest request, HttpResponder responder)
          Call the appropriate handler for handling the httprequest.
 com.continuuity.http.HttpMethodInfo HttpResourceModel.handle(org.jboss.netty.handler.codec.http.HttpRequest request, HttpResponder responder, Map<String,String> groupValues)
          Handle http Request.
 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)
           
 boolean URLRewriter.rewrite(org.jboss.netty.handler.codec.http.HttpRequest request, HttpResponder responder)
          Implement this to rewrite URL of an incoming request.
 



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