Class DefaultHttpCacheEntrySerializer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpCacheEntry readFrom​(java.io.InputStream is)
      Deserializes a byte representation of a cache entry by reading from the given InputStream.
      void writeTo​(HttpCacheEntry cacheEntry, java.io.OutputStream os)
      Serializes the given entry to a byte representation on the given OutputStream.
      • Methods inherited from class java.lang.Object

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

      • DefaultHttpCacheEntrySerializer

        public DefaultHttpCacheEntrySerializer()