Class HttpApiHostClientFactory


  • public class HttpApiHostClientFactory
    extends Object
    Makes instances of HttpApiHostClient.
    • Method Detail

      • create

        public static APIHostClientInterface create​(com.google.common.net.HostAndPort hostAndPort,
                                                    OptionalInt maxConcurrentRpcs)
        Creates a new HttpApiHostClient instance to talk to the HTTP-based API server on the given host and port. This method is called reflectively from ApiHostClientFactory.