public class UserSessionHandler extends Object implements io.vertx.core.Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<UserSessionHandler> |
__TYPE_ARG |
Constructor and Description |
---|
UserSessionHandler(Object delegate) |
UserSessionHandler(io.vertx.ext.web.handler.UserSessionHandler delegate) |
Modifier and Type | Method and Description |
---|---|
static UserSessionHandler |
create(AuthProvider authProvider)
Deprecated.
|
boolean |
equals(Object o) |
io.vertx.ext.web.handler.UserSessionHandler |
getDelegate() |
void |
handle(RoutingContext event)
Deprecated.
|
int |
hashCode() |
static UserSessionHandler |
newInstance(io.vertx.ext.web.handler.UserSessionHandler arg) |
String |
toString() |
public static final TypeArg<UserSessionHandler> __TYPE_ARG
public UserSessionHandler(io.vertx.ext.web.handler.UserSessionHandler delegate)
public UserSessionHandler(Object delegate)
public io.vertx.ext.web.handler.UserSessionHandler getDelegate()
@Deprecated public void handle(RoutingContext event)
handle
in interface io.vertx.core.Handler<RoutingContext>
event
- the event to handle@Deprecated public static UserSessionHandler create(AuthProvider authProvider)
authProvider
- The auth provider to usepublic static UserSessionHandler newInstance(io.vertx.ext.web.handler.UserSessionHandler arg)
Copyright © 2022 Eclipse. All rights reserved.