public class SessionRouteBuillder extends AbstractRouterBuilderImpl
| Constructor and Description |
|---|
SessionRouteBuillder() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.reactivex.ext.web.Router |
getRouter(io.vertx.reactivex.ext.web.Router pRouter) |
io.vertx.reactivex.ext.web.sstore.SessionStore |
getSessionStore() |
boolean |
isEnableSession() |
void |
setEnableSession(boolean pEnableSession) |
void |
setSessionStore(io.vertx.reactivex.ext.web.sstore.SessionStore pSessionStore) |
public io.vertx.reactivex.ext.web.sstore.SessionStore getSessionStore()
public void setSessionStore(io.vertx.reactivex.ext.web.sstore.SessionStore pSessionStore)
public io.vertx.reactivex.ext.web.Router getRouter(io.vertx.reactivex.ext.web.Router pRouter)
getRouter in class AbstractRouterBuilderImplpublic boolean isEnableSession()
public void setEnableSession(boolean pEnableSession)
Copyright © 2018. All rights reserved.