- EmptyResponse(int) - Method in interface org.dmonix.servlet.ResponseBuilder
-
Creates an empty response with only a response code
- ErrorResponse(Throwable) - Method in interface org.dmonix.servlet.ResponseBuilder
-
Creates an error response with a internal error code.
- ErrorResponse(int, String) - Method in interface org.dmonix.servlet.ResponseBuilder
-
Creates an error with a provided error code
- ErrorResponseMissingPath() - Method in interface org.dmonix.servlet.ResponseBuilder
-
Creates an error with code 400 and the message that the path is missing
- ErrorResponseNotFound(String) - Method in interface org.dmonix.servlet.ResponseBuilder
-
Creates an error with a 404 - Not found
- ErrorResponseResourceAlreadyExists(String) - Method in interface org.dmonix.servlet.ResponseBuilder
-
Creates an error with code 403 and the message that the path already exists.
- ErrorResponseUnsupportedOperation() - Method in interface org.dmonix.servlet.ResponseBuilder
-
Creates an error with code 405 stating the operation is not supported.