| org.xins.common.http.HTTPStatusCodeVerifier
HTTPStatusCodeVerifier | public interface HTTPStatusCodeVerifier (Code) | | Abstraction of an HTTP status code verifier.
version: $Revision: 1.9 $ $Date: 2007/01/04 10:17:26 $ author: Ernst de Haan since: XINS 1.0.0 |
Method Summary | |
boolean | isAcceptable(int code) Checks if the specified HTTP status code is considered acceptable or
unacceptable. |
isAcceptable | boolean isAcceptable(int code)(Code) | | Checks if the specified HTTP status code is considered acceptable or
unacceptable.
Parameters: code - the HTTP status code to check.true if the specified HTTP status code is consideredacceptable, false otherwise. |
|
|