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
-
-
Field Summary
-
Fields inherited from class org.atmosphere.socketio.transport.XHRTransport.XHRSessionHelper
session
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcustomConnect(org.atmosphere.cpr.AtmosphereRequest request, org.atmosphere.cpr.AtmosphereResponse response)protected voidfinishSend(org.atmosphere.cpr.AtmosphereResponse response)protected voidstartSend(org.atmosphere.cpr.AtmosphereResponse response)protected voidwriteData(org.atmosphere.cpr.AtmosphereResponse response, java.lang.String data)-
Methods inherited from class org.atmosphere.socketio.transport.XHRTransport.XHRSessionHelper
abort, close, connect, disconnect, getSessionId, handle, sendMessage, sendMessage, sendMessage
-
-
-
-
Method Detail
-
startSend
protected void startSend(org.atmosphere.cpr.AtmosphereResponse response) throws java.io.IOException- Specified by:
startSendin classXHRTransport.XHRSessionHelper- Throws:
java.io.IOException
-
writeData
protected void writeData(org.atmosphere.cpr.AtmosphereResponse response, java.lang.String data) throws java.io.IOException- Specified by:
writeDatain classXHRTransport.XHRSessionHelper- Throws:
java.io.IOException
-
finishSend
protected void finishSend(org.atmosphere.cpr.AtmosphereResponse response) throws java.io.IOException- Specified by:
finishSendin classXHRTransport.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:
customConnectin classXHRTransport.XHRSessionHelper- Throws:
java.io.IOException
-
-