Uses of Class
org.mockserver.echo.http.EchoServer.Error

Packages that use EchoServer.Error
org.mockserver.echo.http   
 

Uses of EchoServer.Error in org.mockserver.echo.http
 

Methods in org.mockserver.echo.http that return EchoServer.Error
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.
 

Constructors in org.mockserver.echo.http with parameters of type EchoServer.Error
EchoServer(int port, boolean secure, EchoServer.Error error)
           
EchoServerHandler(EchoServer.Error error, boolean isSecure, RequestLogFilter requestLogFilter, EchoServer.NextResponse nextResponse)
           
EchoServerInitializer(boolean secure, EchoServer.Error error)
           
ErrorHandler(EchoServer.Error error)
           
 



Copyright © 2017. All rights reserved.