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