Package org.infinispan.client.hotrod.impl.transport.netty
package org.infinispan.client.hotrod.impl.transport.netty
-
ClassDescriptionHelper methods for writing varints, arrays and strings to
ByteBuf.This is effectively the same asChannelInboundHandlerAdapterbut 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 handles storage for unresolved address.Default implementation of theTransportFactoryinterface which delegates the selection of transport toNativeTransportCopy-paste ofReplayingDecoderwhich is hinted to not attempt decoding unless enough bytes are read.Copy-paste ofReplayingDecoderByteBufwhich hintsHintedReplayingDecoderto not try decoding until requested bytes are received.Triggers anIdleStateEventwhen aChannelhas not performed read, write, or both operation for a while.This class handles dispatching various HotRodOperations to the appropriate server.