Uses of Interface
com.continuuity.http.HandlerHook

Uses of HandlerHook in com.continuuity.http
 

Classes in com.continuuity.http that implement HandlerHook
 class AbstractHandlerHook
          A base implementation of HandlerHook that provides no-op for both preCall(org.jboss.netty.handler.codec.http.HttpRequest, HttpResponder, HandlerInfo) and postCall(org.jboss.netty.handler.codec.http.HttpRequest, org.jboss.netty.handler.codec.http.HttpResponseStatus, HandlerInfo) methods.
 

Method parameters in com.continuuity.http with type arguments of type HandlerHook
 NettyHttpService.Builder NettyHttpService.Builder.setHandlerHooks(Iterable<? extends HandlerHook> handlerHooks)
          Set HandlerHooks to be executed pre and post handler calls.
 

Constructor parameters in com.continuuity.http with type arguments of type HandlerHook
HttpResourceHandler(Iterable<? extends HttpHandler> handlers, Iterable<? extends HandlerHook> handlerHooks, URLRewriter urlRewriter)
          Construct HttpResourceHandler.
NettyHttpService(InetSocketAddress bindAddress, int bossThreadPoolSize, int workerThreadPoolSize, int execThreadPoolSize, long execThreadKeepAliveSecs, Map<String,Object> channelConfigs, RejectedExecutionHandler rejectedExecutionHandler, URLRewriter urlRewriter, Iterable<? extends HttpHandler> httpHandlers, Iterable<? extends HandlerHook> handlerHooks, int httpChunkLimit)
          Deprecated. Use NettyHttpService.Builder instead.
 



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