Interface InvalidResponse

All Superinterfaces:
Response
All Known Implementing Classes:
CacheNotFoundResponse, ExceptionResponse

public interface InvalidResponse extends Response
An invalid response
Since:
4.0
Author:
Manik Surtani
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    default boolean
     
  • Method Details

    • isValid

      default boolean isValid()
      Specified by:
      isValid in interface Response
    • isSuccessful

      default boolean isSuccessful()
      Specified by:
      isSuccessful in interface Response