Package com.google.apphosting.runtime
Class ApiHostClientFactory
- java.lang.Object
-
- com.google.apphosting.runtime.ApiHostClientFactory
-
public class ApiHostClientFactory extends Object
Make an APIHostClientInterface. Uses either an HTTP client or a Unix Domain Socket-based client.
-
-
Constructor Summary
Constructors Constructor Description ApiHostClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIHostClientInterfacenewAPIHost(String trustedHost, OptionalInt maxConcurrentRpcs)
-
-
-
Method Detail
-
newAPIHost
public APIHostClientInterface newAPIHost(String trustedHost, OptionalInt maxConcurrentRpcs)
-
-