| Package | Description |
|---|---|
| com.vaadin.flow.server | |
| com.vaadin.flow.server.communication |
| Modifier and Type | Method and Description |
|---|---|
Optional<SynchronizedRequestHandler.ResponseWriter> |
SynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession session,
VaadinRequest request,
VaadinResponse response,
String requestBody)
Identical to
SynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse)
except the VaadinSession is locked before this is called and the
response requestBody has been read before locking the session and is
provided as a separate parameter. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SynchronizedRequestHandler.ResponseWriter> |
UidlRequestHandler.synchronizedHandleRequest(VaadinSession session,
VaadinRequest request,
VaadinResponse response,
String requestBody) |
Copyright © 2025. All rights reserved.