public class XHRPollingTransport extends XHRTransport
| Modifier and Type | Class and Description |
|---|---|
protected class |
XHRPollingTransport.XHRPollingSessionHelper |
XHRTransport.XHRSessionHelper| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSPORT_NAME |
POST_MESSAGE_RECEIVED, SESSION_KEY| Constructor and Description |
|---|
XHRPollingTransport(int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
protected XHRPollingTransport.XHRPollingSessionHelper |
createHelper(SocketIOSession session)
This method should only be called within the context of an active HTTP request.
|
String |
getName() |
connect, connect, handledecodePostData, destroy, extractSessionId, extractString, isDisconnectRequestpublic static final String TRANSPORT_NAME
public String getName()
protected XHRPollingTransport.XHRPollingSessionHelper createHelper(SocketIOSession session)
XHRTransportcreateHelper in class XHRTransportCopyright © 2017. All Rights Reserved.