| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHandlerHook
A base implementation of
HandlerHook that provides no-op for both
preCall(HttpRequest, HttpResponder, HandlerInfo)
and postCall(HttpRequest, HttpResponseStatus, HandlerInfo) methods. |
| Modifier and Type | Method and Description |
|---|---|
NettyHttpService.Builder |
NettyHttpService.Builder.setHandlerHooks(Iterable<? extends HandlerHook> handlerHooks)
Set HandlerHooks to be executed pre and post handler calls.
|
Copyright 2021 Cask, Inc. Licensed under the Apache License, Version 2.0