com.stackmob.sdkapi.http.request
Class PutRequest
java.lang.Object
com.stackmob.sdkapi.http.request.HttpRequest
com.stackmob.sdkapi.http.request.HttpRequestWithBody
com.stackmob.sdkapi.http.request.PutRequest
public class PutRequest
- extends HttpRequestWithBody
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.