Uses of Class
org.mockserver.echo.http.EchoServer.Error
-
Packages that use EchoServer.Error Package Description org.mockserver.echo.http -
-
Uses of EchoServer.Error in org.mockserver.echo.http
Methods in org.mockserver.echo.http that return EchoServer.Error Modifier and Type Method 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.Constructors in org.mockserver.echo.http with parameters of type EchoServer.Error Constructor Description EchoServer(boolean secure, EchoServer.Error error)
-