Uses of Class
org.mockserver.model.Action.Type

Packages that use Action.Type
org.mockserver.model   
 

Uses of Action.Type in org.mockserver.model
 

Methods in org.mockserver.model that return Action.Type
 Action.Type HttpResponse.getType()
           
 Action.Type HttpObjectCallback.getType()
           
 Action.Type HttpForward.getType()
           
 Action.Type HttpError.getType()
           
 Action.Type HttpClassCallback.getType()
           
abstract  Action.Type Action.getType()
           
static Action.Type Action.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Action.Type[] Action.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2017. All rights reserved.