Uses of Interface
org.infinispan.client.hotrod.impl.protocol.ChannelOutputStreamListener
-
Packages that use ChannelOutputStreamListener Package Description org.infinispan.client.hotrod.impl.operations org.infinispan.client.hotrod.impl.protocol -
-
Uses of ChannelOutputStreamListener in org.infinispan.client.hotrod.impl.operations
Classes in org.infinispan.client.hotrod.impl.operations that implement ChannelOutputStreamListener Modifier and Type Class Description class
PutStreamOperation
Streaming put operation -
Uses of ChannelOutputStreamListener in org.infinispan.client.hotrod.impl.protocol
Constructors in org.infinispan.client.hotrod.impl.protocol with parameters of type ChannelOutputStreamListener Constructor Description ChannelOutputStream(io.netty.channel.Channel channel, ChannelOutputStreamListener listener)
-