Class StandardHttpRequestor

java.lang.Object
com.dropbox.core.http.HttpRequestor
com.dropbox.core.http.StandardHttpRequestor

public class StandardHttpRequestor extends HttpRequestor
HttpRequestor implementation that uses Java's standard library HttpsURLConnection. If you just want a connection with the default settings, use the predefined INSTANCE.

If you want to customize the way the connection is configured, create a subclass that overrides configureConnection(javax.net.ssl.HttpsURLConnection).