Uses of Interface
com.google.apphosting.runtime.ServletEngineAdapter
-
Packages that use ServletEngineAdapter Package Description com.google.apphosting.runtime com.google.apphosting.runtime.jetty94 -
-
Uses of ServletEngineAdapter in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return ServletEngineAdapter Modifier and Type Method Description abstract ServletEngineAdapterJavaRuntime.Builder. servletEngine()Methods in com.google.apphosting.runtime with parameters of type ServletEngineAdapter Modifier and Type Method Description abstract JavaRuntime.BuilderJavaRuntime.Builder. setServletEngine(ServletEngineAdapter servletEngine) -
Uses of ServletEngineAdapter in com.google.apphosting.runtime.jetty94
Classes in com.google.apphosting.runtime.jetty94 that implement ServletEngineAdapter Modifier and Type Class Description classJettyServletEngineAdapterThis is an implementation of ServletEngineAdapter that uses the third-party Jetty servlet engine.
-