Interface Transport

    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        The name of the transport instance.
      • destroy

        void destroy()
      • handle

        org.atmosphere.cpr.Action handle​(org.atmosphere.cpr.AtmosphereResourceImpl resource,
                                         org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
                                         SocketIOSessionFactory sessionFactory)
                                  throws java.io.IOException
        Throws:
        java.io.IOException