public class PredicateInterceptor extends Object implements Handler<HttpContext<?>>
| Constructor and Description |
|---|
PredicateInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(HttpContext<?> httpContext)
Something has happened, so handle it.
|
public void handle(HttpContext<?> httpContext)
Handlerhandle in interface Handler<HttpContext<?>>httpContext - the event to handleCopyright © 2020. All rights reserved.