Package sk.antons.web.filter.limiter
Interface ResponseStatusCheck
-
public interface ResponseStatusCheckInterface for checking http response values.- Author:
- antons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallow(int status)Validate response status.
-