|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCommunicationManager | |
|---|---|
| com.vaadin.server | |
| Uses of AbstractCommunicationManager in com.vaadin.server |
|---|
| Subclasses of AbstractCommunicationManager in com.vaadin.server | |
|---|---|
class |
CommunicationManager
Deprecated. might be refactored or removed before 7.0.0 |
class |
PortletCommunicationManager
Deprecated. might be refactored or removed before 7.0.0 |
| Methods in com.vaadin.server that return AbstractCommunicationManager | |
|---|---|
protected abstract AbstractCommunicationManager |
VaadinService.createCommunicationManager(VaadinServiceSession session)
Create a communication manager to use for the given service session. |
protected AbstractCommunicationManager |
VaadinPortletService.createCommunicationManager(VaadinServiceSession session)
|
protected AbstractCommunicationManager |
VaadinServletService.createCommunicationManager(VaadinServiceSession session)
|
AbstractCommunicationManager |
VaadinServiceSession.getCommunicationManager()
Deprecated. might be refactored or removed before 7.0.0 |
| Methods in com.vaadin.server with parameters of type AbstractCommunicationManager | |
|---|---|
void |
ComponentSizeValidator.InvalidLayout.reportErrors(java.io.PrintWriter clientJSON,
AbstractCommunicationManager communicationManager,
java.io.PrintStream serverErrorStream)
|
void |
VaadinServiceSession.setCommunicationManager(AbstractCommunicationManager communicationManager)
|
| Constructors in com.vaadin.server with parameters of type AbstractCommunicationManager | |
|---|---|
DragAndDropService(AbstractCommunicationManager manager)
|
|
JsonPaintTarget(AbstractCommunicationManager manager,
java.io.PrintWriter outWriter,
boolean cachingRequired)
Creates a new JsonPaintTarget. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||