Package org.infinispan.hotrod.impl.transport.netty
-
Interface Summary Interface Description ChannelInboundHandlerDefaults This is effectively the same asChannelInboundHandlerAdapterbut allows to be inherited in a class with another superclass.ChannelOperation A callback to be invoked on a channel.ChannelOutboundHandlerDefaults This is effectively the same asChannelOutboundHandlerAdapterbut allows to be inherited in a class with another superclass. -
Class Summary Class Description ByteBufUtil Helper methods for writing varints, arrays and strings toByteBuf.ChannelFactory Central component providing connections to remote server.ChannelPoolCloseEvent ChannelRecord This class serves multiple purposes: 1) Activation: this extendsCompletableFuturewhich is completed once the connection and initial handshake are completed.DefaultTransportFactory Default implementation of theTransportFactoryinterface which uses epoll if available and nio otherwise.HeaderDecoder HintedReplayingDecoder<S> Copy-paste ofReplayingDecoderwhich is hinted to not attempt decoding unless enough bytes are read.HintingByteBuf Copy-paste ofReplayingDecoderByteBufwhich hintsHintedReplayingDecoderto not try decoding until requested bytes are received.IdleStateHandlerProvider InitialPingHandler SaslDecoderEncoder SslHandshakeExceptionHandler