Package org.infinispan.rest.stream
Class CacheChunkedStream<T>
java.lang.Object
org.infinispan.rest.stream.CacheChunkedStream<T>
- Direct Known Subclasses:
CacheEntryStreamProcessor
,CacheKeyStreamProcessor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
readContentAsBytes
(Object content) abstract void
subscribe
(io.netty.channel.ChannelHandlerContext ctx)
-
Field Details
-
logger
protected static final org.infinispan.util.logging.Log logger -
publisher
-
-
Constructor Details
-
CacheChunkedStream
-
-
Method Details
-
readContentAsBytes
-
subscribe
public abstract void subscribe(io.netty.channel.ChannelHandlerContext ctx)
-