Class HttpApiHostClientFactory
- java.lang.Object
-
- com.google.apphosting.runtime.http.HttpApiHostClientFactory
-
public class HttpApiHostClientFactory extends Object
Makes instances ofHttpApiHostClient
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-