Uses of Class
dev.vality.bouncer.decisions.InvalidContext
Packages that use InvalidContext
-
Uses of InvalidContext in dev.vality.bouncer.decisions
Fields in dev.vality.bouncer.decisions declared as InvalidContextMethods in dev.vality.bouncer.decisions that return InvalidContextMethods in dev.vality.bouncer.decisions with parameters of type InvalidContextModifier and TypeMethodDescriptionintInvalidContext.compareTo(InvalidContext other) booleanInvalidContext.equals(InvalidContext that) ArbiterSrv.Judge_result.setEx3(InvalidContext ex3) Methods in dev.vality.bouncer.decisions that throw InvalidContextModifier and TypeMethodDescriptionArbiterSrv.AsyncClient.Judge_call.getResult()ArbiterSrv.Client.recvJudge()Constructors in dev.vality.bouncer.decisions with parameters of type InvalidContextModifierConstructorDescriptionInvalidContext(InvalidContext other) Performs a deep copy on other.Judge_result(Judgement success, RulesetNotFound ex1, InvalidRuleset ex2, InvalidContext ex3)