com.stackmob.sdkapi.http.request
Class HttpRequest
java.lang.Object
com.stackmob.sdkapi.http.request.HttpRequest
- Direct Known Subclasses:
- HttpRequestWithBody, HttpRequestWithoutBody
public abstract class HttpRequest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyHeaders
protected static Set<Header> EmptyHeaders
HttpRequest
public HttpRequest(String url,
Set<Header> headers)
throws MalformedURLException
- Throws:
MalformedURLException
getUrl
public URL getUrl()
getHeaders
public Set<Header> getHeaders()
Copyright © 2012 StackMob. All Rights Reserved.