Uses of Class
org.logdoc.fairhttp.service.http.Http.Response
-
-
Uses of Http.Response in org.logdoc.fairhttp.service.api
Methods in org.logdoc.fairhttp.service.api that return Http.Response Modifier and Type Method Description static Http.ResponseController. ok()static Http.ResponseController. ok(byte[] bytes)static Http.ResponseController. ok(com.fasterxml.jackson.databind.JsonNode json)static Http.ResponseController. ok(String data)static Http.ResponseController. ok(Path p)static Http.ResponseController. status(int code, String message) -
Uses of Http.Response in org.logdoc.fairhttp.service.api.helpers
Fields in org.logdoc.fairhttp.service.api.helpers with type parameters of type Http.Response 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.Response 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.Response in org.logdoc.fairhttp.service.api.helpers.endpoint
Methods in org.logdoc.fairhttp.service.api.helpers.endpoint that return Http.Response Modifier and Type Method Description Http.ResponseEndpoint. handle(Http.Request request)Methods in org.logdoc.fairhttp.service.api.helpers.endpoint that return types with arguments of type Http.Response Modifier and Type Method Description CompletionStage<? extends Http.Response>Endpoint. handleAsync(Http.Request request) -
Uses of Http.Response in org.logdoc.fairhttp.service.http
Subclasses of Http.Response in org.logdoc.fairhttp.service.http Modifier and Type Class Description static classHttp.JsonSocketstatic classHttp.WebSocketMethods in org.logdoc.fairhttp.service.http that return Http.Response Modifier and Type Method Description static Http.ResponseHttp.Response. Created()static Http.ResponseHttp.Response. Forbidden()static Http.ResponseHttp.Response. NoContent()static Http.ResponseHttp.Response. NotFound()static Http.ResponseHttp.Response. Ok()static Http.ResponseHttp.Response. ServerError()Http.ResponseHttp.Response. withCookie(Http.Cookie... cookies)Http.ResponseHttp.Response. withHeader(String name, String value) -
Uses of Http.Response in org.logdoc.fairhttp.service.http.statics
Methods in org.logdoc.fairhttp.service.http.statics that return Http.Response Modifier and Type Method Description Http.ResponseBundledRead. apply(String s0)Http.ResponseDirectRead. apply(String s)Http.ResponseNoStatics. apply(String s)static Http.ResponseDirectRead. fileResponse(Path p, String mimeType, long size)
-