Uses of Interface
com.vaadin.flow.server.SynchronizedRequestHandler.ResponseWriter
Packages that use SynchronizedRequestHandler.ResponseWriter
-
Uses of SynchronizedRequestHandler.ResponseWriter in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type SynchronizedRequestHandler.ResponseWriterModifier and TypeMethodDescriptionSynchronizedRequestHandler.synchronizedHandleRequest
(VaadinSession session, VaadinRequest request, VaadinResponse response, String requestBody) Identical toSynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse)
except theVaadinSession
is locked before this is called and the response requestBody has been read before locking the session and is provided as a separate parameter. -
Uses of SynchronizedRequestHandler.ResponseWriter in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication that return types with arguments of type SynchronizedRequestHandler.ResponseWriterModifier and TypeMethodDescriptionUidlRequestHandler.synchronizedHandleRequest
(VaadinSession session, VaadinRequest request, VaadinResponse response, String requestBody)