HomeSort by relevance Sort by last modified time
    Searched defs:SESSIONS (Results 1 - 5 of 5) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/servlet/
ServletContextHandler.java 71 * new ServletContext("/context",Context.SESSIONS|Context.NO_SECURITY);
79 public final static int SESSIONS=1;
121 public ServletContextHandler(HandlerContainer parent, String contextPath, boolean sessions, boolean security)
123 this(parent,contextPath,(sessions?SESSIONS:0)|(security?SECURITY:0));
298 if (_sessionHandler==null && (_options&SESSIONS)!=0 && !isStarted())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 63 milliseconds