org.eclipse.jetty.server.session
Class AbstractLightLoadTest

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

public abstract class AbstractLightLoadTest
extends Object

AbstractLightLoadTest


Nested Class Summary
static class AbstractLightLoadTest.TestServlet
           
static class AbstractLightLoadTest.Worker
           
 
Field Summary
protected  boolean _stress
           
 
Constructor Summary
AbstractLightLoadTest()
           
 
Method Summary
abstract  AbstractTestServer createServer(int port)
           
 void testLightLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_stress

protected boolean _stress
Constructor Detail

AbstractLightLoadTest

public AbstractLightLoadTest()
Method Detail

createServer

public abstract AbstractTestServer createServer(int port)

testLightLoad

public void testLightLoad()
                   throws Exception
Throws:
Exception


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