|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||