Package org.apache.pekko.http.impl.util
Interface SingletonValueRenderable
- All Superinterfaces:
- scala.Equals,- scala.Product,- Renderable
- All Known Implementing Classes:
- CacheDirectives.immutableDirective$,- CacheDirectives.must$minusrevalidate$,- CacheDirectives.no$minuscache$,- CacheDirectives.no$minusstore$,- CacheDirectives.no$minustransform$,- CacheDirectives.only$minusif$minuscached$,- CacheDirectives.proxy$minusrevalidate$,- ContentDispositionTypes.attachment$,- ContentDispositionTypes.form$minusdata$,- ContentDispositionTypes.inline$,- ContentDispositionTypes.Predefined,- ContentType.$u003B$u0020charset$eq$,- HttpCharset,- HttpMethod,- HttpProtocol,- Rendering.$u002C$u0020$,- TransferEncodings.chunked$,- TransferEncodings.compress$,- TransferEncodings.deflate$,- TransferEncodings.gzip$,- TransferEncodings.Predefined,- TransferEncodings.trailers$
INTERNAL API
 
An entity whose rendering result is determined eagerly at instantiation (and then is cached). Useful for common predefined singleton values.
- 
Method SummaryMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Method Details- 
render- Specified by:
- renderin interface- Renderable
 
- 
valueString value()
 
-