Package tech.beshu.ror.commons
Class ResponseContext
- java.lang.Object
-
- tech.beshu.ror.commons.ResponseContext
-
@Deprecated public class ResponseContext extends java.lang.ObjectDeprecated.Created by sscarduzio on 28/06/2017.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResponseContext.FinalStateDeprecated.
-
Constructor Summary
Constructors Constructor Description ResponseContext(ResponseContext.FinalState finalState, RequestContextShim rc, java.lang.Throwable error, Verbosity verbosity, java.lang.String reason, boolean isMatch)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResponseContext.FinalStatefinalState()Deprecated.java.lang.LonggetDurationMillis()Deprecated.java.lang.ThrowablegetError()Deprecated.booleangetIsMatch()Deprecated.java.lang.StringgetReason()Deprecated.RequestContextShimgetRequestContext()Deprecated.VerbositygetVerbosity()Deprecated.
-
-
-
Constructor Detail
-
ResponseContext
public ResponseContext(ResponseContext.FinalState finalState, RequestContextShim rc, java.lang.Throwable error, Verbosity verbosity, java.lang.String reason, boolean isMatch)
Deprecated.
-
-
Method Detail
-
getIsMatch
public boolean getIsMatch()
Deprecated.
-
getReason
public java.lang.String getReason()
Deprecated.
-
getDurationMillis
public java.lang.Long getDurationMillis()
Deprecated.
-
getError
public java.lang.Throwable getError()
Deprecated.
-
getVerbosity
public Verbosity getVerbosity()
Deprecated.
-
getRequestContext
public RequestContextShim getRequestContext()
Deprecated.
-
finalState
public ResponseContext.FinalState finalState()
Deprecated.
-
-