Class CachedResponse

java.lang.Object
org.springframework.cloud.gateway.filter.factory.cache.CachedResponse
All Implemented Interfaces:
Serializable

public final class CachedResponse extends Object implements Serializable
Author:
Marta Medio, Ignacio Lozano
See Also:
  • Method Details

    • create

      public static CachedResponse.Builder create(org.springframework.http.HttpStatusCode statusCode)
    • statusCode

      public org.springframework.http.HttpStatusCode statusCode()
    • headers

      public org.springframework.http.HttpHeaders headers()
    • body

      public List<ByteBuffer> body()
    • timestamp

      public Date timestamp()