Uses of Class
com.google.apphosting.runtime.anyrpc.AnyRpcPlugin
-
Packages that use AnyRpcPlugin Package Description com.google.apphosting.runtime com.google.apphosting.runtime.grpc -
-
Uses of AnyRpcPlugin in com.google.apphosting.runtime
Subclasses of AnyRpcPlugin in com.google.apphosting.runtime Modifier and Type Class Description classNullRpcPluginAn RPC plugin that does nothing.Methods in com.google.apphosting.runtime that return AnyRpcPlugin Modifier and Type Method Description abstract AnyRpcPluginJavaRuntime.Builder. rpcPlugin()Methods in com.google.apphosting.runtime with parameters of type AnyRpcPlugin Modifier and Type Method Description abstract JavaRuntime.BuilderJavaRuntime.Builder. setRpcPlugin(AnyRpcPlugin rpcPlugin) -
Uses of AnyRpcPlugin in com.google.apphosting.runtime.grpc
Subclasses of AnyRpcPlugin in com.google.apphosting.runtime.grpc Modifier and Type Class Description classGrpcPluginRPC plugin for gRPC.
-