Class StreamingTransport

  • All Implemented Interfaces:
    org.atmosphere.cpr.AtmosphereResourceEventListener, org.atmosphere.cpr.AtmosphereResourceHeartbeatEventListener

    public class StreamingTransport
    extends TransportBasedListener
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter

        org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnBroadcast, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnClose, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnDisconnect, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnHeartbeat, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnPreSuspend, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnResume, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnSuspend, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnThrowable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onPreSuspend​(org.atmosphere.cpr.AtmosphereResourceEvent event)  
      • Methods inherited from class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter

        onBroadcast, onDisconnect, onHeartbeat, onResume, onSuspend, onThrowable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StreamingTransport

        public StreamingTransport()
    • Method Detail

      • onPreSuspend

        public void onPreSuspend​(org.atmosphere.cpr.AtmosphereResourceEvent event)
        Specified by:
        onPreSuspend in interface org.atmosphere.cpr.AtmosphereResourceEventListener
        Overrides:
        onPreSuspend in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter