Uses of Class
org.forgerock.http.routing.DefaultVersionBehaviour
-
Packages that use DefaultVersionBehaviour Package Description org.forgerock.http.routing Provides routing functionality for HTTP requests. -
-
Uses of DefaultVersionBehaviour in org.forgerock.http.routing
Methods in org.forgerock.http.routing that return DefaultVersionBehaviour Modifier and Type Method Description DefaultVersionBehaviourApiVersionRouterContext. getDefaultVersionBehaviour()Gets the default version behaviour if the request does not contain a resource API version.DefaultVersionBehaviourResourceApiVersionBehaviourManager. getDefaultVersionBehaviour()Gets the default routing behaviour to use when the request does not contain the Accept-API-Version header.static DefaultVersionBehaviourDefaultVersionBehaviour. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultVersionBehaviour[]DefaultVersionBehaviour. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.http.routing with parameters of type DefaultVersionBehaviour Modifier and Type Method Description voidResourceApiVersionBehaviourManager. setDefaultVersionBehaviour(DefaultVersionBehaviour behaviour)Sets the default routing behaviour to use when the request does not contain the Accept-API-Version header.Constructors in org.forgerock.http.routing with parameters of type DefaultVersionBehaviour Constructor Description ApiVersionRouterContext(Context parent, DefaultVersionBehaviour defaultVersionBehaviour, boolean warningEnabled)Creates a new resource API version routing context having the provided parent, default versioning behaviour and whether warnings will be issued.
-