Class ExpectedResponse

java.lang.Object
uk.co.mruoc.rest.polling.ExpectedResponse

public class ExpectedResponse
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ExpectedResponse()  
  • Method Summary

    Modifier and Type Method Description
    boolean isValid​(java.net.http.HttpResponse<java.lang.String> response)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpectedResponse

      public ExpectedResponse()
  • Method Details

    • isValid

      public boolean isValid​(java.net.http.HttpResponse<java.lang.String> response)