Package | Description |
---|---|
com.vaadin.server.communication | |
com.vaadin.ui |
Modifier and Type | Class and Description |
---|---|
class |
AtmospherePushConnection
A
PushConnection implementation using the Atmosphere push support
that is by default included in Vaadin. |
Modifier and Type | Method and Description |
---|---|
PushConnection |
UI.getPushConnection()
Returns the internal push connection object used by this UI.
|
Modifier and Type | Method and Description |
---|---|
void |
UI.setPushConnection(PushConnection pushConnection)
Sets the internal push connection object used by this UI.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.