Package com.vaadin.mpr.core
Class MprPushConnection
- java.lang.Object
-
- com.vaadin.mpr.core.MprPushConnection
-
- All Implemented Interfaces:
com.vaadin.server.communication.PushConnection,Serializable
public class MprPushConnection extends Object implements com.vaadin.server.communication.PushConnection
PushConnectionMPR adapter. UtilizesPushConnectionfrom Flow to manage the actual connection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MprPushConnection(com.vaadin.flow.component.UI flowUI)Creates the push connection adapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisconnect()booleanisConnected()voidpush()
-
-
-
Method Detail
-
push
public void push()
- Specified by:
pushin interfacecom.vaadin.server.communication.PushConnection
-
disconnect
public void disconnect()
- Specified by:
disconnectin interfacecom.vaadin.server.communication.PushConnection
-
isConnected
public boolean isConnected()
- Specified by:
isConnectedin interfacecom.vaadin.server.communication.PushConnection
-
-