org.mule.module.rss
Class SimpleHttpServer

java.lang.Object
  extended by org.mule.module.rss.SimpleHttpServer

public class SimpleHttpServer
extends Object

HTTP server for testing purposes using the Simple Framework as server implementation.


Constructor Summary
SimpleHttpServer(int port, org.simpleframework.http.core.Container container)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHttpServer

public SimpleHttpServer(int port,
                        org.simpleframework.http.core.Container container)
Method Detail

start

public void start()
           throws IOException
Throws:
IOException

stop

public void stop()


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