org.mule.transport.http.functional
Class MockHttpServer

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

public abstract class MockHttpServer
extends Object
implements Runnable


Constructor Summary
MockHttpServer(int listenPort, CountDownLatch startupLatch, CountDownLatch testCompleteLatch)
           
 
Method Summary
protected abstract  void readHttpRequest(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,
                      CountDownLatch startupLatch,
                      CountDownLatch testCompleteLatch)
Method Detail

readHttpRequest

protected abstract void readHttpRequest(BufferedReader reader)
                                 throws Exception
Throws:
Exception

run

public void run()
Specified by:
run in interface Runnable


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