com.github.dreamhead.moco.internal
Class MocoServer

java.lang.Object
  extended by com.github.dreamhead.moco.internal.MocoServer

public class MocoServer
extends java.lang.Object


Constructor Summary
MocoServer()
           
 
Method Summary
 int start(int port, io.netty.channel.ChannelHandler pipelineFactory)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MocoServer

public MocoServer()
Method Detail

start

public int start(int port,
                 io.netty.channel.ChannelHandler pipelineFactory)

stop

public void stop()