| 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(boolean secure,
EchoServer.Error error) |
EchoServer(boolean secure,
io.netty.handler.ssl.SslContext sslContext,
EchoServer.Error error) |
Copyright © 2020. All rights reserved.