Package com.google.nigori.server.appengine

Examples of com.google.nigori.server.appengine.AppEngineDatabase


    helper.tearDown();
  }

  @Override
  protected Database getDatabase() {
    return new AppEngineDatabase();
  }
View Full Code Here


  private static final Logger log = Logger.getLogger(NigoriServlet.class.getName());
  private static final int maxJsonQueryLength = 1024 * 1024 * 1;
  private final NigoriProtocol protocol;

  public NigoriServlet() {
    this(new AppEngineDatabase());
  }
View Full Code Here

TOP

Related Classes of com.google.nigori.server.appengine.AppEngineDatabase

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.