public class CookieHandler extends Object implements Handler<RoutingContext>
RoutingContext
and writes them back in the response.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Constructor and Description |
---|
CookieHandler(CookieHandler delegate) |
Modifier and Type | Method and Description |
---|---|
static CookieHandler |
create()
Create a cookie handler
|
Object |
getDelegate() |
void |
handle(RoutingContext arg0)
Something has happened, so handle it.
|
static CookieHandler |
newInstance(CookieHandler arg) |
public CookieHandler(CookieHandler delegate)
public Object 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 © 2015. All Rights Reserved.