Class CachedResponse


  • public class CachedResponse
    extends java.lang.Object
    Cached response
    • Constructor Summary

      Constructors 
      Constructor Description
      CachedResponse​(java.lang.String body)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBody()
      Entry content, base64-encoded.
      • Methods inherited from class java.lang.Object

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

      • CachedResponse

        public CachedResponse​(java.lang.String body)
    • Method Detail

      • getBody

        public java.lang.String getBody()
        Entry content, base64-encoded.