| Package | Description | 
|---|---|
| org.mockserver.model | |
| org.mockserver.serialization.model | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpForward.Scheme | 
HttpForwardDTO.getScheme()  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpForwardDTO | 
HttpForwardDTO.setScheme(HttpForward.Scheme scheme)  | 
Copyright © 2020. All rights reserved.