Package net.anotheria.anosite.handler
Class ResponseRedirectImmediately
- java.lang.Object
-
- net.anotheria.anosite.handler.BoxHandlerResponse
-
- net.anotheria.anosite.handler.AbstractRedirectResponse
-
- net.anotheria.anosite.handler.ResponseRedirectImmediately
-
public class ResponseRedirectImmediately extends AbstractRedirectResponse
-
-
Constructor Summary
Constructors Constructor Description ResponseRedirectImmediately(String redirectUrl)
-
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.AbstractRedirectResponse
getRedirectTarget
-
Methods inherited from class net.anotheria.anosite.handler.BoxHandlerResponse
toString
-
-
-
-
Constructor Detail
-
ResponseRedirectImmediately
public ResponseRedirectImmediately(String redirectUrl)
-
-
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.
-
-