Interface | Description |
---|---|
InboundChannelHandlerFactory |
Custom netty inbound handler factory in order to make custom changes on netty inbound data.
|
OutboundChannelHandlerFactory |
Custom netty outbound handler factory in order to make custom changes on netty outbound data.
|
Class | Description |
---|---|
ByteBufUtils |
Utility routines to process
ByteBuf . |
ConnectionErrorMessage |
Message for indicating connection error.
|
NettyBufferPool |
Extends around Netty's
PooledByteBufAllocator with strict control over the number of
created arenas. |
NettyConfig | |
NettyConnectionManager | |
NettyMessage |
A simple and generic interface to serialize messages to Netty's buffer space.
|
NettyMessageClientDecoderDelegate |
Decodes messages from the received netty buffers.
|
NettyPartitionRequestClient |
Partition request client for remote partition requests.
|
NettyPartitionRequestListener |
Implementation of
PartitionRequestListener for netty partition request. |
NettyProtocol |
Defines the server and client channel handlers, i.e. the protocol, used by netty.
|
SSLHandlerFactory |
Creates and configures
SslHandler instances. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.