org.atmosphere.socketio.transport
Class XHRPollingTransport
java.lang.Object
org.atmosphere.socketio.transport.AbstractTransport
org.atmosphere.socketio.transport.XHRTransport
org.atmosphere.socketio.transport.XHRPollingTransport
- All Implemented Interfaces:
- Transport
public class XHRPollingTransport
- extends XHRTransport
- Author:
- Sebastien Dionne : sebastien.dionne@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSPORT_NAME
public static final String TRANSPORT_NAME
- See Also:
- Constant Field Values
XHRPollingTransport
public XHRPollingTransport(int bufferSize)
getName
public String getName()
- Returns:
- The name of the transport instance.
createHelper
protected XHRPollingTransport.XHRPollingSessionHelper createHelper(SocketIOSession session)
- Description copied from class:
XHRTransport
- This method should only be called within the context of an active HTTP request.
- Specified by:
createHelper in class XHRTransport
Copyright © 2013. All Rights Reserved.