public class UserSessionHandler extends Object implements Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Constructor and Description |
---|
UserSessionHandler(UserSessionHandler delegate) |
Modifier and Type | Method and Description |
---|---|
static UserSessionHandler |
create(AuthProvider authProvider)
Create a new handler
|
Object |
getDelegate() |
void |
handle(RoutingContext arg0)
Something has happened, so handle it.
|
static UserSessionHandler |
newInstance(UserSessionHandler arg) |
public UserSessionHandler(UserSessionHandler delegate)
public Object 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 © 2016. All rights reserved.