org.mockserver.echo.http
Class EchoServer

java.lang.Object
  extended by org.mockserver.echo.http.EchoServer

public class EchoServer
extends Object


Nested Class Summary
static class EchoServer.Error
           
 
Constructor Summary
EchoServer(int port, boolean secure)
           
EchoServer(int port, boolean secure, EchoServer.Error error)
           
 
Method Summary
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoServer

public EchoServer(int port,
                  boolean secure)

EchoServer

public EchoServer(int port,
                  boolean secure,
                  EchoServer.Error error)
Method Detail

stop

public void stop()


Copyright © 2016. All rights reserved.