Uses of Class
org.mockserver.model.HttpForward.Scheme
-
Packages that use HttpForward.Scheme Package Description org.mockserver.model org.mockserver.serialization.model -
-
Uses of HttpForward.Scheme in org.mockserver.model
Methods in org.mockserver.model that return HttpForward.Scheme Modifier and Type Method 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.Methods in org.mockserver.model with parameters of type HttpForward.Scheme Modifier and Type Method Description HttpForward
HttpForward. withScheme(HttpForward.Scheme scheme)
The scheme to use when forwarded the request, either HTTP or HTTPS. -
Uses of HttpForward.Scheme in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpForward.Scheme Modifier and Type Method Description HttpForward.Scheme
HttpForwardDTO. getScheme()
Methods in org.mockserver.serialization.model with parameters of type HttpForward.Scheme Modifier and Type Method Description HttpForwardDTO
HttpForwardDTO. setScheme(HttpForward.Scheme scheme)
-