Uses of Class
org.logdoc.fairhttp.service.api.helpers.Route.Method
-
Packages that use Route.Method Package Description org.logdoc.fairhttp.service.api.helpers -
-
Uses of Route.Method in org.logdoc.fairhttp.service.api.helpers
Methods in org.logdoc.fairhttp.service.api.helpers that return Route.Method Modifier and Type Method Description static Route.MethodRoute.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static Route.Method[]Route.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.logdoc.fairhttp.service.api.helpers with parameters of type Route.Method Modifier and Type Method Description static RouteRoute. async(Route.Method method, String endpoint, BiFunction<Request,Map<String,String>,CompletionStage<Response>> callback)static RouteRoute. sync(Route.Method method, String endpoint, BiFunction<Request,Map<String,String>,Response> callback)
-