Class EvaluationRuntimeGrpc


  • public final class EvaluationRuntimeGrpc
    extends Object
     A service for evaluating HTTP requests. This service is implemented by
     all the App Engine runtimes. Note that all our existing sandbox/VM
     environments only support a single app version at a time, despite the
     multi-app-version capability implied by this interface.
     TODO: Consider changing the interface to not suggest that it can
     support multiple app versions. This would probably make the code less
     confusing. Related to that, there's no reason why the AppServer-side of
     the runtime needs to inherit from this interface. To the extent that it
     really does need similar methods, it can define its own local (non-RPC)
     versions of those interfaces.
     
    • Method Detail

      • getHandleRequestMethod

        public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.RuntimePb.UPRequest,​com.google.apphosting.base.protos.RuntimePb.UPResponse> getHandleRequestMethod()
      • getAddAppVersionMethod

        public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,​com.google.apphosting.base.protos.EmptyMessage> getAddAppVersionMethod()
      • getDeleteAppVersionMethod

        public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,​com.google.apphosting.base.protos.EmptyMessage> getDeleteAppVersionMethod()
      • getServiceDescriptor

        public static io.grpc.ServiceDescriptor getServiceDescriptor()