Package com.netflix.eureka.registry
Class ResponseCacheImpl.Value
- java.lang.Object
-
- com.netflix.eureka.registry.ResponseCacheImpl.Value
-
- Enclosing class:
- ResponseCacheImpl
public class ResponseCacheImpl.Value extends java.lang.ObjectThe class that stores payload in both compressed and uncompressed form.
-
-
Constructor Summary
Constructors Constructor Description Value(java.lang.String payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGzipped()java.lang.StringgetPayload()
-