Interface ResponseCondition
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ContentCondition,PutLibraryCondition,StatusCondition
public interface ResponseCondition extends Serializable
ResponseCondition interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmeetsCondition(HttpResponse _response)Returns true of theHttpResponsemeets the condition, false otherwise.
-
-
-
Method Detail
-
meetsCondition
boolean meetsCondition(HttpResponse _response)
Returns true of theHttpResponsemeets the condition, false otherwise.- Parameters:
_response- aHttpResponseobject.- Returns:
- a boolean.
-
-