org.mule.transport.http.functional
Class MockHttpServer
java.lang.Object
org.mule.transport.http.functional.MockHttpServer
- All Implemented Interfaces:
- Runnable
public abstract class MockHttpServer
- extends Object
- implements Runnable
Constructor Summary |
MockHttpServer(int listenPort,
edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch startupLatch,
edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch testCompleteLatch)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockHttpServer
public MockHttpServer(int listenPort,
edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch startupLatch,
edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch testCompleteLatch)
readHttpRequest
protected abstract void readHttpRequest(BufferedReader reader)
throws Exception
- Throws:
Exception
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.