com.github.dreamhead.moco.parser
Class HttpServerParser

java.lang.Object
  extended by com.github.dreamhead.moco.parser.HttpServerParser

public class HttpServerParser
extends java.lang.Object


Constructor Summary
HttpServerParser()
           
 
Method Summary
 com.github.dreamhead.moco.HttpServer parseServer(java.io.InputStream is, com.google.common.base.Optional<java.lang.Integer> port, com.github.dreamhead.moco.MocoConfig... configs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerParser

public HttpServerParser()
Method Detail

parseServer

public com.github.dreamhead.moco.HttpServer parseServer(java.io.InputStream is,
                                                        com.google.common.base.Optional<java.lang.Integer> port,
                                                        com.github.dreamhead.moco.MocoConfig... configs)