Uses of Interface
com.vaadin.server.SynchronizedRequestHandler.ResponseWriter
-
Packages that use SynchronizedRequestHandler.ResponseWriter Package Description com.vaadin.server com.vaadin.server.communication -
-
Uses of SynchronizedRequestHandler.ResponseWriter in com.vaadin.server
Methods in com.vaadin.server that return types with arguments of type SynchronizedRequestHandler.ResponseWriter Modifier and Type Method Description Optional<SynchronizedRequestHandler.ResponseWriter>
SynchronizedRequestHandler. 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.server.communication
Methods in com.vaadin.server.communication that return types with arguments of type SynchronizedRequestHandler.ResponseWriter Modifier and Type Method Description Optional<SynchronizedRequestHandler.ResponseWriter>
UidlRequestHandler. synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response, String requestBody)
-