Uses of Enum Class
org.mockserver.echo.http.EchoServer.Error
Packages that use EchoServer.Error
-
Uses of EchoServer.Error in org.mockserver.echo.http
Methods in org.mockserver.echo.http that return EchoServer.ErrorModifier and TypeMethodDescriptionstatic EchoServer.ErrorReturns the enum constant of this class with the specified name.static EchoServer.Error[]EchoServer.Error.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mockserver.echo.http with parameters of type EchoServer.ErrorModifierConstructorDescriptionEchoServer(boolean secure, io.netty.handler.ssl.SslContext sslContext, EchoServer.Error error) EchoServer(boolean secure, EchoServer.Error error)