Package net.anwiba.commons.http
Interface IApplicableResultProducer<T>
-
- All Superinterfaces:
IResultProducer<T>
public interface IApplicableResultProducer<T> extends IResultProducer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisApplicable(int statusCode, java.lang.String contentType)-
Methods inherited from interface net.anwiba.commons.http.IResultProducer
execute
-
-