com.github.nkzawa.engineio.client.transports
Class PollingXHR.Request

java.lang.Object
  extended by com.github.nkzawa.emitter.Emitter
      extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request
Enclosing class:
PollingXHR

public static class PollingXHR.Request
extends Emitter


Nested Class Summary
static class PollingXHR.Request.Options
           
 
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
 
Field Summary
static String EVENT_DATA
           
static String EVENT_ERROR
           
static String EVENT_REQUEST_HEADERS
           
static String EVENT_RESPONSE_HEADERS
           
static String EVENT_SUCCESS
           
 
Constructor Summary
PollingXHR.Request(PollingXHR.Request.Options opts)
           
 
Method Summary
 void abort()
           
 void create()
           
 
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_SUCCESS

public static final String EVENT_SUCCESS
See Also:
Constant Field Values

EVENT_DATA

public static final String EVENT_DATA
See Also:
Constant Field Values

EVENT_ERROR

public static final String EVENT_ERROR
See Also:
Constant Field Values

EVENT_REQUEST_HEADERS

public static final String EVENT_REQUEST_HEADERS
See Also:
Constant Field Values

EVENT_RESPONSE_HEADERS

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

PollingXHR.Request

public PollingXHR.Request(PollingXHR.Request.Options opts)
Method Detail

create

public void create()

abort

public void abort()


Copyright © 2014. All rights reserved.