public class CookieHandler extends Object implements Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<CookieHandler> |
__TYPE_ARG |
Constructor and Description |
---|
CookieHandler(CookieHandler delegate) |
CookieHandler(Object delegate) |
Modifier and Type | Method and Description |
---|---|
static CookieHandler |
create()
Deprecated.
|
boolean |
equals(Object o) |
CookieHandler |
getDelegate() |
void |
handle(RoutingContext event)
Deprecated.
|
int |
hashCode() |
static CookieHandler |
newInstance(CookieHandler arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<CookieHandler> __TYPE_ARG
public CookieHandler(CookieHandler delegate)
public CookieHandler(Object delegate)
public CookieHandler getDelegate()
@Deprecated public void handle(RoutingContext event)
handle
in interface Handler<RoutingContext>
event
- the event to handle@Deprecated public static CookieHandler create()
public static CookieHandler newInstance(CookieHandler arg)
Copyright © 2023 Eclipse. All rights reserved.