org.atmosphere.socketio.transport
Class XHRPollingTransport.XHRPollingSessionHelper
java.lang.Object
org.atmosphere.socketio.transport.XHRTransport.XHRSessionHelper
org.atmosphere.socketio.transport.XHRPollingTransport.XHRPollingSessionHelper
- All Implemented Interfaces:
- SocketIOOutbound, SocketIOSessionOutbound
- Enclosing class:
- XHRPollingTransport
protected class XHRPollingTransport.XHRPollingSessionHelper
- extends XHRTransport.XHRSessionHelper
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.