com.stackmob.sdkapi.http.request
Class PutRequest

java.lang.Object
  extended by com.stackmob.sdkapi.http.request.HttpRequest
      extended by com.stackmob.sdkapi.http.request.HttpRequestWithBody
          extended by com.stackmob.sdkapi.http.request.PutRequest

public class PutRequest
extends HttpRequestWithBody


Field Summary
 
Fields inherited from class com.stackmob.sdkapi.http.request.HttpRequest
EmptyHeaders
 
Constructor Summary
PutRequest(String url, Set<Header> headers, String body)
           
PutRequest(String url, String body)
           
 
Method Summary
 
Methods inherited from class com.stackmob.sdkapi.http.request.HttpRequestWithBody
getBody
 
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

PutRequest

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

PutRequest

public PutRequest(String url,
                  String body)
           throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2012 StackMob. All Rights Reserved.