Uses of Class
com.predic8.membrane.core.http.Response.ResponseBuilder
Packages that use Response.ResponseBuilder
Package
Description
-
Uses of Response.ResponseBuilder in com.predic8.membrane.core.http
Methods in com.predic8.membrane.core.http that return Response.ResponseBuilderModifier and TypeMethodDescriptionstatic Response.ResponseBuilderResponse.accepted()static Response.ResponseBuilderResponse.badGateway(String message) static Response.ResponseBuilderResponse.badRequest()static Response.ResponseBuilderResponse.badRequest(String message) static Response.ResponseBuilderResponse.badRequest(String message, boolean escape) Response.ResponseBuilder.body(byte[] body) Response.ResponseBuilder.body(InputStream stream, boolean closeStreamWhenDone) Supposes UTF8 encoding.Used for returning JSON from JavascriptInterceptor JSON MAPResponse.ResponseBuilder.bodyEmpty()Overwrites the body with an empty body and sets the Content-Length to 0Response.ResponseBuilder.contentType(String type) static Response.ResponseBuilderResponse.continue100()Response.ResponseBuilder.dontCache()static Response.ResponseBuilderResponse.forbidden()static Response.ResponseBuilderstatic Response.ResponseBuilderstatic Response.ResponseBuilderResponse.fromStatusCode(int statusCode, String msg) static Response.ResponseBuilderResponse.gatewayTimeout(String message) static Response.ResponseBuilderResponse.internalServerError()static Response.ResponseBuilderResponse.internalServerError(String message) static Response.ResponseBuilderResponse.methodNotAllowed()static Response.ResponseBuilderResponse.ResponseBuilder.newInstance()static Response.ResponseBuilderResponse.noContent()static Response.ResponseBuilderResponse.notFound()static Response.ResponseBuilderResponse.notImplemented()static Response.ResponseBuilderResponse.notModified(String date) static Response.ResponseBuilderResponse.ok()static Response.ResponseBuilderstatic Response.ResponseBuilderstatic Response.ResponseBuilderResponse.redirectWithout300(String uri) static Response.ResponseBuilderResponse.redirectWithout300(String uri, String body) static Response.ResponseBuilderResponse.serviceUnavailable(String message) Response.ResponseBuilder.status(int code) static Response.ResponseBuilderResponse.statusCode(int statusCode) static Response.ResponseBuilderResponse.unauthorized()static Response.ResponseBuilderResponse.unauthorized(String message) Response.ResponseBuilder.yaml() -
Uses of Response.ResponseBuilder in com.predic8.membrane.core.interceptor.oauth2.request
Methods in com.predic8.membrane.core.interceptor.oauth2.request with parameters of type Response.ResponseBuilderModifier and TypeMethodDescriptionprotected ResponseParameterizedRequest.buildWwwAuthenticateErrorResponse(Response.ResponseBuilder builder, String errorValue) -
Uses of Response.ResponseBuilder in com.predic8.membrane.core.util
Methods in com.predic8.membrane.core.util with parameters of type Response.ResponseBuilderModifier and TypeMethodDescriptionstatic ResponseHttpUtil.setHTMLErrorResponse(Response.ResponseBuilder responseBuilder, String message, String comment)