Class ApiProxyLocalFactory
java.lang.Object
com.google.appengine.tools.development.ApiProxyLocalFactory
Factory class for an
ApiProxy.Delegate object configured to use local
services.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(LocalServerEnvironment localServerEnvironment) Creates a new local proxy.create(LocalServerEnvironment localServerEnvironment, String applicationName) Creates a new local proxy that delegates some calls to a Python API server.
-
Constructor Details
-
ApiProxyLocalFactory
public ApiProxyLocalFactory()
-
-
Method Details
-
create
Creates a new local proxy.- Parameters:
localServerEnvironment- the local server env- Returns:
- a new local proxy object
-
create
Creates a new local proxy that delegates some calls to a Python API server.- Parameters:
localServerEnvironment- the local server envapplicationName- the application name to pass to the ApiServer binary- Returns:
- a new local proxy object
-