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

water.api.SpecifiesHttpResponseCode Maven / Gradle / Ivy

package water.api;

/**
 * Interface which allows a Schema, if returned by a handler method, to specify the HTTP response code.
 */
public interface SpecifiesHttpResponseCode {
  public int httpStatus();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy