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
|
boolean |
equals(Object o) |
CookieHandler |
getDelegate() |
void |
handle(RoutingContext arg0)
Something has happened, so handle it.
|
int |
hashCode() |
static CookieHandler |
newInstance(CookieHandler arg) |
String |
toString() |
public static final TypeArg<CookieHandler> __TYPE_ARG
public CookieHandler(CookieHandler delegate)
public CookieHandler getDelegate()
public void handle(RoutingContext arg0)
Handlerhandle in interface Handler<RoutingContext>arg0 - the event to handlepublic static CookieHandler create()
public static CookieHandler newInstance(CookieHandler arg)
Copyright © 2017. All rights reserved.