com.stackmob.sdkapi.http.request
Class GetRequest

java.lang.Object
  extended by com.stackmob.sdkapi.http.request.HttpRequest
      extended by com.stackmob.sdkapi.http.request.HttpRequestWithoutBody
          extended by com.stackmob.sdkapi.http.request.GetRequest

public class GetRequest
extends HttpRequestWithoutBody


Field Summary
 
Fields inherited from class com.stackmob.sdkapi.http.request.HttpRequest
EmptyHeaders
 
Constructor Summary
GetRequest(String url)
           
GetRequest(String url, Set<Header> headers)
           
 
Method Summary
 
Methods inherited from class com.stackmob.sdkapi.http.request.HttpRequest
getHeaders, getUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRequest

public GetRequest(String url,
                  Set<Header> headers)
           throws MalformedURLException
Throws:
MalformedURLException

GetRequest

public GetRequest(String url)
           throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2012 StackMob. All Rights Reserved.