Package org.infinispan.hotrod.impl.transport.netty
package org.infinispan.hotrod.impl.transport.netty
-
ClassDescriptionHelper methods for writing varints, arrays and strings to
ByteBuf.Central component providing connections to remote server.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 serves multiple purposes: 1) Activation: this extendsCompletableFuturewhich is completed once the connection and initial handshake are completed.Default implementation of theTransportFactoryinterface which uses epoll if available and nio otherwise.Copy-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.