org.eclipse.jetty.server.session
Class AbstractNewSessionTest

java.lang.Object
  extended by org.eclipse.jetty.server.session.AbstractNewSessionTest

public abstract class AbstractNewSessionTest
extends Object

AbstractNewSessionTest


Nested Class Summary
static class AbstractNewSessionTest.TestServlet
           
 
Constructor Summary
AbstractNewSessionTest()
           
 
Method Summary
abstract  AbstractTestServer createServer(int port, int max, int scavenge)
           
 void pause(int scavenge)
           
 void testNewSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNewSessionTest

public AbstractNewSessionTest()
Method Detail

createServer

public abstract AbstractTestServer createServer(int port,
                                                int max,
                                                int scavenge)

pause

public void pause(int scavenge)

testNewSession

public void testNewSession()
                    throws Exception
Throws:
Exception


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.