Class AtmospherePushConnection.AtmosphereConfiguration

    • Constructor Detail

      • AtmosphereConfiguration

        protected AtmosphereConfiguration()
        JavaScriptObject constructor.
    • Method Detail

      • getTransport

        public final String getTransport()
        Gets the transport mechanism.
        Returns:
        the transport mechanism
      • getFallbackTransport

        public final String getFallbackTransport()
        Gets the fallback transport mechanism.
        Returns:
        the fallback transport mechanism
      • setTransport

        public final void setTransport​(String transport)
        Sets the transport mechanism to use.
        Parameters:
        transport - the transport mechanism
      • setFallbackTransport

        public final void setFallbackTransport​(String fallbackTransport)
        Sets the fallback transport mechanism to use.
        Parameters:
        fallbackTransport - the fallback transport mechanism