org.atmosphere.socketio.transport
Class XHRPollingTransport.XHRPollingSessionHelper

java.lang.Object
  extended by org.atmosphere.socketio.transport.XHRTransport.XHRSessionHelper
      extended by org.atmosphere.socketio.transport.XHRPollingTransport.XHRPollingSessionHelper
All Implemented Interfaces:
SocketIOOutbound, SocketIOSessionOutbound
Enclosing class:
XHRPollingTransport

protected class XHRPollingTransport.XHRPollingSessionHelper
extends XHRTransport.XHRSessionHelper


Field Summary
 
Fields inherited from class org.atmosphere.socketio.transport.XHRTransport.XHRSessionHelper
session
 
Method Summary
protected  void customConnect(org.atmosphere.cpr.AtmosphereRequest request, org.atmosphere.cpr.AtmosphereResponse response)
           
protected  void finishSend(org.atmosphere.cpr.AtmosphereResponse response)
           
protected  void startSend(org.atmosphere.cpr.AtmosphereResponse response)
           
protected  void writeData(org.atmosphere.cpr.AtmosphereResponse response, String data)
           
 
Methods inherited from class org.atmosphere.socketio.transport.XHRTransport.XHRSessionHelper
abort, close, connect, disconnect, getSessionId, handle, sendMessage, sendMessage, sendMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startSend

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

writeData

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

finishSend

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

customConnect

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


Copyright © 2014. All Rights Reserved.