Class HttpRequestor

java.lang.Object
com.dropbox.core.http.HttpRequestor
Direct Known Subclasses:
GoogleAppEngineRequestor, OkHttp3Requestor, OkHttpRequestor, StandardHttpRequestor

public abstract class HttpRequestor extends Object
An interface that the Dropbox client library uses to make HTTP requests. If you're fine with the standard Java HttpURLConnection implementation, then just use StandardHttpRequestor.INSTANCE.