Classes
ApiProxyDelegate
Delegates AppEngine API calls to a local http API proxy.
Instances should be registered using ApiProxy.setDelegate(ApiProxy.Delegate).
ApiProxyEnvironment
Implements the ApiProxy environment.
Supports instantiation within a request as well as outside the context of a request.
Instances should be registered using ApiProxy.setEnvironmentForCurrentThread(Environment).
ApiProxySetupUtil
LazyApiProxyEnvironment
RequestThreadFactory
Thread factory creating threads with a request specific thread local environment.
RuntimeUtils
TimerImpl
Minimal implementation of com.google.apphosting.runtime.timer.Timer using only the system clock.