Uses of Interface
com.continuuity.http.HandlerContext

Uses of HandlerContext in com.continuuity.http
 

Classes in com.continuuity.http that implement HandlerContext
 class BasicHandlerContext
          BasicHandlerContext returns an empty runtime arguments.
 

Methods in com.continuuity.http with parameters of type HandlerContext
 void HttpResourceHandler.destroy(HandlerContext context)
           
 void HttpHandler.destroy(HandlerContext context)
          destroy method will be called before shutdown.
 void AbstractHttpHandler.destroy(HandlerContext context)
           
 void HttpResourceHandler.init(HandlerContext context)
           
 void HttpHandler.init(HandlerContext context)
          init method will be called before the netty pipeline is setup.
 void AbstractHttpHandler.init(HandlerContext context)
           
 



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