public class CookieHandler extends Object implements Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<CookieHandler> |
__TYPE_ARG |
Constructor and Description |
---|
CookieHandler(CookieHandler delegate) |
Modifier and Type | Method and Description |
---|---|
static CookieHandler |
create()
Create a cookie handler
|
CookieHandler |
getDelegate() |
void |
handle(RoutingContext arg0)
Something has happened, so handle it.
|
static CookieHandler |
newInstance(CookieHandler arg) |
public static final TypeArg<CookieHandler> __TYPE_ARG
public CookieHandler(CookieHandler delegate)
public CookieHandler getDelegate()
public void handle(RoutingContext arg0)
Handler
handle
in interface Handler<RoutingContext>
arg0
- the event to handlepublic static CookieHandler create()
public static CookieHandler newInstance(CookieHandler arg)
Copyright © 2017. All rights reserved.