Uses of Class
org.mockserver.model.HttpForward.Scheme

Packages that use HttpForward.Scheme
org.mockserver.client.serialization.model   
org.mockserver.model   
 

Uses of HttpForward.Scheme in org.mockserver.client.serialization.model
 

Methods in org.mockserver.client.serialization.model that return HttpForward.Scheme
 HttpForward.Scheme HttpForwardDTO.getScheme()
           
 

Methods in org.mockserver.client.serialization.model with parameters of type HttpForward.Scheme
 HttpForwardDTO HttpForwardDTO.setScheme(HttpForward.Scheme scheme)
           
 

Uses of HttpForward.Scheme in org.mockserver.model
 

Methods in org.mockserver.model that return HttpForward.Scheme
 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
 HttpForward HttpForward.withScheme(HttpForward.Scheme scheme)
          The scheme to use when forwarded the request, either HTTP or HTTPS.
 



Copyright © 2015. All rights reserved.