Uses of Class
com.vaadin.server.LegacyCommunicationManager
-
Packages that use LegacyCommunicationManager Package Description com.vaadin.server -
-
Uses of LegacyCommunicationManager in com.vaadin.server
Methods in com.vaadin.server that return LegacyCommunicationManager Modifier and Type Method Description LegacyCommunicationManager
VaadinSession. getCommunicationManager()
Deprecated.As of 7.0.Methods in com.vaadin.server with parameters of type LegacyCommunicationManager Modifier and Type Method Description void
VaadinSession. setCommunicationManager(LegacyCommunicationManager communicationManager)
Constructors in com.vaadin.server with parameters of type LegacyCommunicationManager Constructor Description JsonPaintTarget(LegacyCommunicationManager manager, Writer outWriter, boolean cachingRequired)
Creates a new JsonPaintTarget.
-