
com.zandero.rest.writer.NoContentResponseWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest.vertx Show documentation
Show all versions of rest.vertx Show documentation
JAX-RS REST annotation processor for vert.x verticals
The newest version!
package com.zandero.rest.writer;
import io.vertx.core.http.*;
import static javax.ws.rs.core.Response.Status.NO_CONTENT;
/**
* Returns 204 response code
*/
public class NoContentResponseWriter implements HttpResponseWriter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy