public class MprSession
extends com.vaadin.server.VaadinSession
| Constructor and Description |
|---|
MprSession(com.vaadin.server.VaadinService service,
com.vaadin.flow.server.VaadinSession flowSession)
MprSession constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.vaadin.flow.server.VaadinSession |
getFlowSession()
Get the Flow session bound to this MprSession.
|
Queue<com.vaadin.server.VaadinSession.FutureAccess> |
getPendingAccessQueue() |
void |
unlock() |
access, accessSynchronously, addBootstrapListener, addRequestHandler, addUI, addUIProvider, close, createConnectorId, getAllSessions, getAttribute, getAttribute, getBrowser, getCommunicationManager, getConfiguration, getConverterFactory, getCsrfToken, getCumulativeRequestDuration, getCurrent, getDragAndDropService, getErrorHandler, getForSession, getGlobalResourceHandler, getLastRequestDuration, getLastRequestTimestamp, getLocale, getLockInstance, getNextUIid, getPushId, getRequestHandlers, getService, getSession, getState, getUIByEmbedId, getUIById, getUIProviders, getUIs, hasLock, hasLock, isClosing, lock, modifyBootstrapResponse, refreshTransients, removeBootstrapListener, removeFromSession, removeRequestHandler, removeUI, removeUIProvider, setAttribute, setAttribute, setCommunicationManager, setConfiguration, setConverterFactory, setCurrent, setErrorHandler, setLastRequestDuration, setLastRequestTimestamp, setLocale, setState, storeInSession, valueBound, valueUnboundpublic MprSession(com.vaadin.server.VaadinService service,
com.vaadin.flow.server.VaadinSession flowSession)
service - Flow VaadinService instanceflowSession - Flow VaadinSession instancepublic Queue<com.vaadin.server.VaadinSession.FutureAccess> getPendingAccessQueue()
getPendingAccessQueue in class com.vaadin.server.VaadinSessionpublic void unlock()
unlock in class com.vaadin.server.VaadinSessionprotected com.vaadin.flow.server.VaadinSession getFlowSession()
Copyright © 2018–2023 Vaadin Ltd. All rights reserved.