org.mule.transport.http.functional
Class MockHttpServer

java.lang.Object
  extended by org.mule.transport.http.functional.MockHttpServer
All Implemented Interfaces:
java.lang.Runnable

public abstract class MockHttpServer
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
MockHttpServer(int listenPort, edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch startupLatch, edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch testCompleteLatch)
           
 
Method Summary
protected abstract  void readHttpRequest(java.io.BufferedReader reader)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockHttpServer

public MockHttpServer(int listenPort,
                      edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch startupLatch,
                      edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch testCompleteLatch)
Method Detail

readHttpRequest

protected abstract void readHttpRequest(java.io.BufferedReader reader)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.