com.koushikdutta.async.http
Class SocketIOClient.SocketIORequest

java.lang.Object
  extended by com.koushikdutta.async.http.AsyncHttpRequest
      extended by com.koushikdutta.async.http.AsyncHttpPost
          extended by com.koushikdutta.async.http.SocketIOClient.SocketIORequest
Enclosing class:
SocketIOClient

public static class SocketIOClient.SocketIORequest
extends AsyncHttpPost


Field Summary
 
Fields inherited from class com.koushikdutta.async.http.AsyncHttpPost
METHOD
 
Constructor Summary
SocketIOClient.SocketIORequest(java.lang.String uri)
           
 
Method Summary
 java.lang.String getChannel()
           
 
Methods inherited from class com.koushikdutta.async.http.AsyncHttpRequest
addHeader, asHttpRequest, create, getBody, getDefaultUserAgent, getFollowRedirect, getHandler, getHeaders, getMethod, getRequestLine, getRequestString, getTimeout, getUri, logd, logd, loge, loge, logi, logv, logw, onHandshakeException, setBody, setFollowRedirect, setHandler, setHeader, setLogging, setMethod, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketIOClient.SocketIORequest

public SocketIOClient.SocketIORequest(java.lang.String uri)
Method Detail

getChannel

public java.lang.String getChannel()