com.github.dreamhead.moco.internal
Class MocoHttpServer

java.lang.Object
  extended by com.github.dreamhead.moco.Runner
      extended by com.github.dreamhead.moco.internal.MocoHttpServer

public class MocoHttpServer
extends Runner


Constructor Summary
MocoHttpServer(ActualHttpServer serverSetting)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class com.github.dreamhead.moco.Runner
runner, running
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MocoHttpServer

public MocoHttpServer(ActualHttpServer serverSetting)
Method Detail

start

public void start()
Specified by:
start in class Runner

stop

public void stop()
Specified by:
stop in class Runner