Uses of Class
org.logdoc.fairhttp.service.http.Http.Request
-
Packages that use Http.Request Package Description org.logdoc.fairhttp.service.api.helpers org.logdoc.fairhttp.service.api.helpers.endpoint -
-
Uses of Http.Request in org.logdoc.fairhttp.service.api.helpers
Fields in org.logdoc.fairhttp.service.api.helpers with type parameters of type Http.Request Modifier and Type Field Description BiFunction<Http.Request,Map<String,String>,CompletionStage<Http.Response>>DynamicRoute. asyncCallbackBiFunction<Http.Request,Map<String,String>,Http.Response>DynamicRoute. callbackMethod parameters in org.logdoc.fairhttp.service.api.helpers with type arguments of type Http.Request 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 endpoint -
Uses of Http.Request in org.logdoc.fairhttp.service.api.helpers.endpoint
Methods in org.logdoc.fairhttp.service.api.helpers.endpoint with parameters of type Http.Request Modifier and Type Method Description Http.ResponseEndpoint. handle(Http.Request request)CompletionStage<? extends Http.Response>Endpoint. handleAsync(Http.Request request)
-