| 接口 | 说明 |
|---|---|
| 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.
|
| 类 | 说明 |
|---|---|
| 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.
|
| NettyProtocol |
Defines the server and client channel handlers, i.e. the protocol, used by netty.
|
| SSLHandlerFactory |
Creates and configures
SslHandler instances. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.