We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 to
SynchronizedRequestHandler.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)