Uses of Class
de.quantummaid.httpmaid.handler.http.HttpResponse
-
Packages that use HttpResponse Package Description de.quantummaid.httpmaid.exceptions de.quantummaid.httpmaid.handler.http -
-
Uses of HttpResponse in de.quantummaid.httpmaid.exceptions
Methods in de.quantummaid.httpmaid.exceptions with parameters of type HttpResponse Modifier and Type Method Description voidHttpExceptionMapper. map(T exception, HttpResponse response) -
Uses of HttpResponse in de.quantummaid.httpmaid.handler.http
Methods in de.quantummaid.httpmaid.handler.http that return HttpResponse Modifier and Type Method Description static HttpResponseHttpResponse. httpResponse(MetaData metaData)Methods in de.quantummaid.httpmaid.handler.http with parameters of type HttpResponse Modifier and Type Method Description voidHttpHandler. handle(HttpRequest request, HttpResponse response)
-