Uses of Interface
com.google.apphosting.runtime.anyrpc.APIHostClientInterface
-
Packages that use APIHostClientInterface Package Description com.google.apphosting.runtime com.google.apphosting.runtime.http -
-
Uses of APIHostClientInterface in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return APIHostClientInterface Modifier and Type Method Description APIHostClientInterfaceApiHostClientFactory. newAPIHost(String trustedHost, OptionalInt maxConcurrentRpcs)Methods in com.google.apphosting.runtime with parameters of type APIHostClientInterface Modifier and Type Method Description abstract ApiProxyImpl.BuilderApiProxyImpl.Builder. setApiHost(APIHostClientInterface x) -
Uses of APIHostClientInterface in com.google.apphosting.runtime.http
Methods in com.google.apphosting.runtime.http that return APIHostClientInterface Modifier and Type Method Description static APIHostClientInterfaceHttpApiHostClientFactory. 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.
-