com.github.dreamhead.moco.internal
Class MocoClient

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

public class MocoClient
extends java.lang.Object


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

Constructor Detail

MocoClient

public MocoClient()
Method Detail

run

public void run(java.lang.String host,
                int port,
                io.netty.channel.ChannelHandler pipelineFactory)