org.eclipse.jetty.server.session
Class AbstractReentrantRequestSessionTest

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

public abstract class AbstractReentrantRequestSessionTest
extends Object

AbstractReentrantRequestSessionTest


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

Constructor Detail

AbstractReentrantRequestSessionTest

public AbstractReentrantRequestSessionTest()
Method Detail

createServer

public abstract AbstractTestServer createServer(int port)

testReentrantRequestSession

public void testReentrantRequestSession()
                                 throws Exception
Throws:
Exception


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