Class HttpTransport
- java.lang.Object
-
- com.microsoft.azure.datalake.store.HttpTransport
-
public class HttpTransport extends Object
The core class that does the actual network communication. All the REST methods use this class to make HTTP calls.There are two calls in this class: makeSingleCall - this makes an HTTP request. makeCall - wraps retries around makeSingleCall
-
-
Constructor Summary
Constructors Constructor Description HttpTransport()
-
-
-
Method Detail
-
setConnectionProxy
public static void setConnectionProxy(Proxy proxy)
-
-