Class XHRPollingTransport.XHRPollingSessionHelper

    • Method Detail

      • startSend

        protected void startSend​(org.atmosphere.cpr.AtmosphereResponse response)
                          throws java.io.IOException
        Specified by:
        startSend in class XHRTransport.XHRSessionHelper
        Throws:
        java.io.IOException
      • writeData

        protected void writeData​(org.atmosphere.cpr.AtmosphereResponse response,
                                 java.lang.String data)
                          throws java.io.IOException
        Specified by:
        writeData in class XHRTransport.XHRSessionHelper
        Throws:
        java.io.IOException
      • finishSend

        protected void finishSend​(org.atmosphere.cpr.AtmosphereResponse response)
                           throws java.io.IOException
        Specified by:
        finishSend in class XHRTransport.XHRSessionHelper
        Throws:
        java.io.IOException
      • customConnect

        protected void customConnect​(org.atmosphere.cpr.AtmosphereRequest request,
                                     org.atmosphere.cpr.AtmosphereResponse response)
                              throws java.io.IOException
        Specified by:
        customConnect in class XHRTransport.XHRSessionHelper
        Throws:
        java.io.IOException