Interface | Description |
---|---|
ChannelInboundHandlerDefaults |
This is effectively the same as
ChannelInboundHandlerAdapter but 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 as
ChannelOutboundHandlerAdapter but allows
to be inherited in a class with another superclass. |
Class | Description |
---|---|
ByteBufUtil |
Helper methods for writing varints, arrays and strings to
ByteBuf . |
ChannelFactory |
Central component providing connections to remote server.
|
ChannelPoolCloseEvent | |
ChannelRecord |
This class serves multiple purposes:
1) Activation: this extends
CompletableFuture which is completed once the connection and initial handshake
are completed. |
HeaderDecoder | |
HintedReplayingDecoder<S> |
Copy-paste of
ReplayingDecoder which is hinted to not attempt decoding unless enough
bytes are read. |
HintingByteBuf |
Copy-paste of
ReplayingDecoderByteBuf which hints HintedReplayingDecoder
to not try decoding until requested bytes are received. |
IdleStateHandlerProvider | |
InitialPingHandler | |
SaslDecoderEncoder | |
SslHandshakeExceptionHandler |
Enum | Description |
---|---|
ChannelFactory.ClusterSwitchStatus |
Copyright © 2021 JBoss by Red Hat. All rights reserved.