Uses of Package
org.infinispan.hotrod.impl.transport.netty
Packages that use org.infinispan.hotrod.impl.transport.netty
Package
Description
-
Classes in org.infinispan.hotrod.impl.transport.netty used by org.infinispan.hotrod.event.impl
-
Classes in org.infinispan.hotrod.impl.transport.netty used by org.infinispan.hotrod.impl
-
Classes in org.infinispan.hotrod.impl.transport.netty used by org.infinispan.hotrod.impl.counter
-
-
Classes in org.infinispan.hotrod.impl.transport.netty used by org.infinispan.hotrod.impl.multimap.operationsClassDescriptionCentral component providing connections to remote server.A callback to be invoked on a channel.
-
Classes in org.infinispan.hotrod.impl.transport.netty used by org.infinispan.hotrod.impl.operationsClassDescriptionCentral component providing connections to remote server.A callback to be invoked on a channel.
-
Classes in org.infinispan.hotrod.impl.transport.netty used by org.infinispan.hotrod.impl.protocolClassDescriptionCentral component providing connections to remote server.This is effectively the same as
ChannelInboundHandlerAdapterbut allows to be inherited in a class with another superclass. -
Classes in org.infinispan.hotrod.impl.transport.netty used by org.infinispan.hotrod.impl.transaction
-
-
-
Classes in org.infinispan.hotrod.impl.transport.netty used by org.infinispan.hotrod.impl.transport.nettyClassDescriptionThis is effectively the same as
ChannelInboundHandlerAdapterbut allows to be inherited in a class with another superclass.A callback to be invoked on a channel.This is effectively the same asChannelOutboundHandlerAdapterbut allows to be inherited in a class with another superclass.This class serves multiple purposes: 1) Activation: this extendsCompletableFuturewhich is completed once the connection and initial handshake are completed.Copy-paste ofReplayingDecoderwhich is hinted to not attempt decoding unless enough bytes are read.