Uses of Interface
com.google.appengine.tools.development.ApiProxyLocal
Packages that use ApiProxyLocal
Package
Description
-
Uses of ApiProxyLocal in com.google.appengine.tools.development
Classes in com.google.appengine.tools.development that implement ApiProxyLocalModifier and TypeClassDescriptionclassImplements ApiProxy.Delegate such that the requests are dispatched to local service implementations.Methods in com.google.appengine.tools.development that return ApiProxyLocalModifier and TypeMethodDescriptionApiProxyLocalFactory.create(LocalServerEnvironment localServerEnvironment) Creates a new local proxy.ApiProxyLocalFactory.create(LocalServerEnvironment localServerEnvironment, String applicationName) Creates a new local proxy that delegates some calls to a Python API server.Methods in com.google.appengine.tools.development with parameters of type ApiProxyLocal -
Uses of ApiProxyLocal in com.google.appengine.tools.development.testing
Methods in com.google.appengine.tools.development.testing that return ApiProxyLocalModifier and TypeMethodDescriptionstatic ApiProxyLocalLocalServiceTestHelper.getApiProxyLocal()Convenience function for getting ahold of the currently registeredApiProxyLocal.Methods in com.google.appengine.tools.development.testing with parameters of type ApiProxyLocalModifier and TypeMethodDescriptionstatic voidEnvSettingTaskqueueCallback.setProxyProperties(ApiProxyLocal proxy, Class<? extends LocalTaskQueueCallback> delegateClass, boolean shouldCopyApiProxyEnvironment) A helper method invoked fromLocalTaskQueueTestConfigwhich sets the above two properties.