org.eclipse.jetty.server.session
Class AbstractRemoveSessionTest

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

public abstract class AbstractRemoveSessionTest
extends Object


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

Constructor Detail

AbstractRemoveSessionTest

public AbstractRemoveSessionTest()
Method Detail

createServer

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

testRemoveSession

public void testRemoveSession()
                       throws Exception
Throws:
Exception


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