Package com.vaadin.mpr.core
Class MprPushConfiguration
java.lang.Object
com.vaadin.mpr.core.MprPushConfiguration
- All Implemented Interfaces:
com.vaadin.ui.PushConfiguration,Serializable
Mpr push configuration that delegates blocks configuration of push throuhg
the Legacy UI instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.shared.ui.ui.TransportgetParameter(String parameter) com.vaadin.shared.communication.PushModecom.vaadin.shared.ui.ui.TransportvoidsetFallbackTransport(com.vaadin.shared.ui.ui.Transport fallbackTransport) voidsetParameter(String parameter, String value) voidsetPushConfiguration(com.vaadin.flow.component.PushConfiguration pushConfiguration) Set the Flow push configuration object to be used also for legacy Push settings.voidsetPushMode(com.vaadin.shared.communication.PushMode pushMode) voidsetPushUrl(String pushUrl) voidsetTransport(com.vaadin.shared.ui.ui.Transport transport)
-
Constructor Details
-
MprPushConfiguration
public MprPushConfiguration()
-
-
Method Details
-
getPushMode
public com.vaadin.shared.communication.PushMode getPushMode()- Specified by:
getPushModein interfacecom.vaadin.ui.PushConfiguration
-
setPushUrl
- Specified by:
setPushUrlin interfacecom.vaadin.ui.PushConfiguration
-
getPushUrl
- Specified by:
getPushUrlin interfacecom.vaadin.ui.PushConfiguration
-
getTransport
public com.vaadin.shared.ui.ui.Transport getTransport()- Specified by:
getTransportin interfacecom.vaadin.ui.PushConfiguration
-
getFallbackTransport
public com.vaadin.shared.ui.ui.Transport getFallbackTransport()- Specified by:
getFallbackTransportin interfacecom.vaadin.ui.PushConfiguration
-
getParameter
- Specified by:
getParameterin interfacecom.vaadin.ui.PushConfiguration
-
setParameter
- Specified by:
setParameterin interfacecom.vaadin.ui.PushConfiguration
-
getParameterNames
- Specified by:
getParameterNamesin interfacecom.vaadin.ui.PushConfiguration
-
setPushConfiguration
public void setPushConfiguration(com.vaadin.flow.component.PushConfiguration pushConfiguration) Set the Flow push configuration object to be used also for legacy Push settings.- Parameters:
pushConfiguration- Flow push configuration object.
-