| Package | Description | 
|---|---|
| org.mockserver.echo.http | 
| Modifier and Type | Method and Description | 
|---|---|
static EchoServer.Error | 
EchoServer.Error.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EchoServer.Error[] | 
EchoServer.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
EchoServer(int port,
          boolean secure,
          EchoServer.Error error)  | 
EchoServerHandler(EchoServer.Error error,
                 LogFilter logFilter,
                 EchoServer.NextResponse nextResponse)  | 
EchoServerInitializer(boolean secure,
                     EchoServer.Error error)  | 
ErrorHandler(EchoServer.Error error)  | 
Copyright © 2018. All rights reserved.