Class 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 Detail

      • HttpTransport

        public HttpTransport()
    • Method Detail

      • setConnectionProxy

        public static void setConnectionProxy​(Proxy proxy)