Package | Description |
---|---|
org.mockserver.client.serialization.model | |
org.mockserver.model |
Modifier and Type | Method and Description |
---|---|
HttpForward.Scheme |
HttpForwardDTO.getScheme() |
Modifier and Type | Method and Description |
---|---|
HttpForwardDTO |
HttpForwardDTO.setScheme(HttpForward.Scheme scheme) |
Modifier and Type | Method and Description |
---|---|
HttpForward.Scheme |
HttpForward.getScheme() |
static HttpForward.Scheme |
HttpForward.Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpForward.Scheme[] |
HttpForward.Scheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpForward |
HttpForward.withScheme(HttpForward.Scheme scheme)
The scheme to use when forwarded the request, either HTTP or HTTPS.
|
Copyright © 2018. All rights reserved.