Package net.anotheria.anosite.handler
Class ResponseStop
- java.lang.Object
-
- net.anotheria.anosite.handler.BoxHandlerResponse
-
- net.anotheria.anosite.handler.ResponseStop
-
public class ResponseStop extends BoxHandlerResponse
-
-
Constructor Summary
Constructors Constructor Description ResponseStop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalResponseCodegetResponseCode()Returns the response code of the response.-
Methods inherited from class net.anotheria.anosite.handler.BoxHandlerResponse
toString
-
-
-
-
Method Detail
-
getResponseCode
public InternalResponseCode getResponseCode()
Description copied from class:BoxHandlerResponseReturns the response code of the response. Classes react on the response accordingly to the response code.- Specified by:
getResponseCodein classBoxHandlerResponse- Returns:
- the response code.
-
-