com.glines.socketio.server.transport
Class HTMLFileTransport

java.lang.Object
  extended by com.glines.socketio.server.transport.AbstractTransport
      extended by com.glines.socketio.server.transport.AbstractHttpTransport
          extended by com.glines.socketio.server.transport.XHRTransport
              extended by com.glines.socketio.server.transport.HTMLFileTransport
All Implemented Interfaces:
Transport

public class HTMLFileTransport
extends XHRTransport


Nested Class Summary
 
Nested classes/interfaces inherited from class com.glines.socketio.server.transport.XHRTransport
XHRTransport.XHRSessionHelper
 
Nested classes/interfaces inherited from interface com.glines.socketio.server.Transport
Transport.InboundFactory
 
Field Summary
static String TRANSPORT_NAME
           
 
Fields inherited from class com.glines.socketio.server.transport.XHRTransport
CONTINUATION_KEY
 
Fields inherited from class com.glines.socketio.server.transport.AbstractHttpTransport
HEARTBEAT_DELAY, HEARTBEAT_TIMEOUT, HTTP_REQUEST_TIMEOUT, REQUEST_TIMEOUT, SESSION_KEY
 
Constructor Summary
HTMLFileTransport(int bufferSize, int maxIdleTime)
           
 
Method Summary
protected  XHRTransport.XHRSessionHelper createHelper(SocketIOSession session)
          This method should only be called within the context of an active HTTP request.
 String getName()
           
 
Methods inherited from class com.glines.socketio.server.transport.XHRTransport
connect
 
Methods inherited from class com.glines.socketio.server.transport.AbstractHttpTransport
handle
 
Methods inherited from class com.glines.socketio.server.transport.AbstractTransport
destroy, extractSessionId, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSPORT_NAME

public static final String TRANSPORT_NAME
See Also:
Constant Field Values
Constructor Detail

HTMLFileTransport

public HTMLFileTransport(int bufferSize,
                         int maxIdleTime)
Method Detail

getName

public String getName()
Returns:
The name of the transport instance.

createHelper

protected XHRTransport.XHRSessionHelper 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 © 2010-2011. All Rights Reserved.