Package net.anotheria.anosite.handler
Class ResponseContinue
- java.lang.Object
-
- net.anotheria.anosite.handler.BoxHandlerResponse
-
- net.anotheria.anosite.handler.ResponseContinue
-
public class ResponseContinue extends BoxHandlerResponse
Response continue. Signalizes the outer code to continue processing.- Author:
- lrosenberg
-
-
Field Summary
Fields Modifier and Type Field Description static BoxHandlerResponseINSTANCEA stateless instance which can be used as return value to reduce memory pollution.
-
Constructor Summary
Constructors Constructor Description ResponseContinue()
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final BoxHandlerResponse INSTANCE
A stateless instance which can be used as return value to reduce memory pollution.
-
-
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.
-
-