Class MprPushConfiguration

  • All Implemented Interfaces:
    com.vaadin.ui.PushConfiguration, Serializable

    public class MprPushConfiguration
    extends Object
    implements com.vaadin.ui.PushConfiguration
    Mpr push configuration that delegates blocks configuration of push throuhg the Legacy UI instance.
    See Also:
    Serialized Form
    • Constructor Detail

      • MprPushConfiguration

        public MprPushConfiguration()
    • Method Detail

      • getPushMode

        public com.vaadin.shared.communication.PushMode getPushMode()
        Specified by:
        getPushMode in interface com.vaadin.ui.PushConfiguration
      • setPushMode

        public void setPushMode​(com.vaadin.shared.communication.PushMode pushMode)
        Specified by:
        setPushMode in interface com.vaadin.ui.PushConfiguration
      • setPushUrl

        public void setPushUrl​(String pushUrl)
        Specified by:
        setPushUrl in interface com.vaadin.ui.PushConfiguration
      • getPushUrl

        public String getPushUrl()
        Specified by:
        getPushUrl in interface com.vaadin.ui.PushConfiguration
      • getTransport

        public com.vaadin.shared.ui.ui.Transport getTransport()
        Specified by:
        getTransport in interface com.vaadin.ui.PushConfiguration
      • setTransport

        public void setTransport​(com.vaadin.shared.ui.ui.Transport transport)
        Specified by:
        setTransport in interface com.vaadin.ui.PushConfiguration
      • getFallbackTransport

        public com.vaadin.shared.ui.ui.Transport getFallbackTransport()
        Specified by:
        getFallbackTransport in interface com.vaadin.ui.PushConfiguration
      • setFallbackTransport

        public void setFallbackTransport​(com.vaadin.shared.ui.ui.Transport fallbackTransport)
        Specified by:
        setFallbackTransport in interface com.vaadin.ui.PushConfiguration
      • getParameter

        public String getParameter​(String parameter)
        Specified by:
        getParameter in interface com.vaadin.ui.PushConfiguration
      • setParameter

        public void setParameter​(String parameter,
                                 String value)
        Specified by:
        setParameter in interface com.vaadin.ui.PushConfiguration
      • getParameterNames

        public Collection<String> getParameterNames()
        Specified by:
        getParameterNames in interface com.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.