org.hertsstack.http.HertsHttpResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of herts-http Show documentation
Show all versions of herts-http Show documentation
Herts real time framework for Http
package org.hertsstack.http;
import javax.servlet.ServletResponse;
/**
* Herts http response
*
* @author Herts Contributer
* @version 1.0.0
*/
public interface HertsHttpResponse {
/**
* Get respone.
*
* @return ServletResponse
*/
ServletResponse getResponse();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy