@FunctionalInterface public static interface SynchronizedRequestHandler.ResponseWriter extends Serializable
SynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse, String)
The ResponseWriter will be executed by
SynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse)
without holding Vaadin session lock.| Modifier and Type | Method and Description |
|---|---|
void |
writeResponse() |
void writeResponse()
throws IOException
IOExceptionCopyright © 2025. All rights reserved.