All Downloads are FREE. Search and download functionalities are using the official Maven repository.

yeamy.restlite.HttpResponse Maven / Gradle / Ivy

The newest version!
package yeamy.restlite;

import yeamy.restlite.addition.*;
import java.io.IOException;

import jakarta.servlet.http.HttpServletResponse;

/**
 * @see Forward
 * @see Redirect
 * @see NotModifiedResponse
 * @see VoidResponse
 * @see AbstractHttpResponse
 */
public interface HttpResponse {

	void write(HttpServletResponse resp) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy