
net.anotheria.anosite.handler.ResponseStop Maven / Gradle / Ivy
package net.anotheria.anosite.handler;
import net.anotheria.anosite.shared.InternalResponseCode;
public class ResponseStop extends BoxHandlerResponse{
public InternalResponseCode getResponseCode(){
return InternalResponseCode.STOP;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy