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

net.anotheria.anosite.content.servlet.InternalResponseContinue Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.content.servlet;

import net.anotheria.anosite.shared.InternalResponseCode;
/**
 * A simple response which signalizes that everything is ok, and the execution should be performed as intended.
 * @author another
 *
 */
public class InternalResponseContinue extends InternalResponse{
	/**
	 * Creates a new internal response continue object.
	 */
	public InternalResponseContinue(){
		super(InternalResponseCode.CONTINUE);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy