Uses of Class
org.logdoc.fairhttp.service.api.helpers.DynamicRoute
-
Packages that use DynamicRoute Package Description org.logdoc.fairhttp.service.api.helpers org.logdoc.fairhttp.service.api.helpers.endpoint org.logdoc.fairhttp.service.http -
-
Uses of DynamicRoute in org.logdoc.fairhttp.service.api.helpers
Methods in org.logdoc.fairhttp.service.api.helpers that return DynamicRoute Modifier and Type Method Description static DynamicRouteDynamicRoute. async(String method, String endpoint, BiFunction<Http.Request,Map<String,String>,CompletionStage<Http.Response>> callback)One async endpointstatic DynamicRouteDynamicRoute. sync(String method, String endpoint, BiFunction<Http.Request,Map<String,String>,Http.Response> callback)One synced endpointMethods in org.logdoc.fairhttp.service.api.helpers with parameters of type DynamicRoute Modifier and Type Method Description booleanFairHttpServer. addEndpoint(DynamicRoute route)Method parameters in org.logdoc.fairhttp.service.api.helpers with type arguments of type DynamicRoute Modifier and Type Method Description voidFairHttpServer. setupDynamicEndpoints(Collection<DynamicRoute> routes) -
Uses of DynamicRoute in org.logdoc.fairhttp.service.api.helpers.endpoint
Constructors in org.logdoc.fairhttp.service.api.helpers.endpoint with parameters of type DynamicRoute Constructor Description Endpoint(DynamicRoute route) -
Uses of DynamicRoute in org.logdoc.fairhttp.service.http
Methods in org.logdoc.fairhttp.service.http with parameters of type DynamicRoute Modifier and Type Method Description booleanServer. addEndpoint(DynamicRoute route)Method parameters in org.logdoc.fairhttp.service.http with type arguments of type DynamicRoute Modifier and Type Method Description voidServer. setupDynamicEndpoints(Collection<DynamicRoute> routes)
-