public class UserSessionHandler extends Object implements 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(UserSessionHandler delegate) |
Modifier and Type | Method and Description |
---|---|
static UserSessionHandler |
create(AuthProvider authProvider)
Create a new handler
|
UserSessionHandler |
getDelegate() |
void |
handle(RoutingContext arg0)
Something has happened, so handle it.
|
static UserSessionHandler |
newInstance(UserSessionHandler arg) |
public static final TypeArg<UserSessionHandler> __TYPE_ARG
public UserSessionHandler(UserSessionHandler delegate)
public UserSessionHandler getDelegate()
public void handle(RoutingContext arg0)
Handler
handle
in interface Handler<RoutingContext>
arg0
- the event to handlepublic static UserSessionHandler create(AuthProvider authProvider)
authProvider
- The auth provider to usepublic static UserSessionHandler newInstance(UserSessionHandler arg)
Copyright © 2017. All rights reserved.