Class JavaRuntime

java.lang.Object
com.google.apphosting.runtime.JavaRuntime
All Implemented Interfaces:
EvaluationRuntimeServerInterface

public class JavaRuntime extends Object implements EvaluationRuntimeServerInterface
JavaRuntime implements the Prometheus EvaluationRuntime service. It handles any requests for the "java" runtime. At the moment, this only includes requests whose handler type is SERVLET. The handler path is assumed to be the full class name of a class that extends GenericServlet.

JavaRuntime is not responsible for configuring ApiProxy with a delegate. This class should probably be instantiated by JavaRuntimeFactory, which also sets up ApiProxy.