net.yura.mobile.io
Class HTTPClient.Request

java.lang.Object
  extended by net.yura.mobile.io.HTTPClient.Request
Enclosing class:
HTTPClient

public static class HTTPClient.Request
extends Object


Field Summary
 Hashtable headers
           
 Object id
           
 Hashtable params
           
 boolean post
           
 byte[] postData
           
 int redirects
           
 String url
           
 
Constructor Summary
HTTPClient.Request()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headers

public Hashtable headers

id

public Object id

params

public Hashtable params

post

public boolean post

postData

public byte[] postData

redirects

public int redirects

url

public String url
Constructor Detail

HTTPClient.Request

public HTTPClient.Request()