Interface IApplicableResultProducer<T>

All Superinterfaces:
IResultProducer<T>

public interface IApplicableResultProducer<T> extends IResultProducer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isApplicable(int statusCode, String contentType)
     

    Methods inherited from interface net.anwiba.commons.http.IResultProducer

    execute
  • Method Details

    • isApplicable

      boolean isApplicable(int statusCode, String contentType)