protected class JSONPPollingTransport.XHRPollingSessionHelper extends XHRTransport.XHRSessionHelper
session| Modifier and Type | Method and Description |
|---|---|
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) |
abort, close, connect, disconnect, getSessionId, handle, sendMessage, sendMessage, sendMessageprotected void startSend(org.atmosphere.cpr.AtmosphereResponse response)
throws IOException
startSend in class XHRTransport.XHRSessionHelperIOExceptionprotected void writeData(org.atmosphere.cpr.AtmosphereResponse response,
String data)
throws IOException
writeData in class XHRTransport.XHRSessionHelperIOExceptionprotected void finishSend(org.atmosphere.cpr.AtmosphereResponse response)
throws IOException
finishSend in class XHRTransport.XHRSessionHelperIOExceptionprotected void customConnect(org.atmosphere.cpr.AtmosphereRequest request,
org.atmosphere.cpr.AtmosphereResponse response)
throws IOException
customConnect in class XHRTransport.XHRSessionHelperIOExceptionCopyright © 2015. All Rights Reserved.