| Interface | Description |
|---|---|
| ByteBufferFactory |
Contract to create
ByteBuffers. |
| NioQueue |
Contract to exchange frame between application threads and NIO thread.
|
| WriteRequest |
| Class | Description |
|---|---|
| BlockingQueueNioQueue |
Bridge between
NioQueue and JDK's BlockingQueue. |
| ByteBufferOutputStream |
Bridge between the byte buffer and stream worlds.
|
| DefaultByteBufferFactory |
Default
ByteBufferFactory that creates heap-based ByteBuffers. |
| FrameBuilder |
Class to create AMQP frames from a
ReadableByteChannel. |
| FrameWriteRequest | |
| HeaderWriteRequest | |
| NioContext |
Context when creating resources for a NIO-based connection.
|
| NioHelper | |
| NioLoop |
Logic of the NIO loop.
|
| NioLoopContext | |
| NioParams |
Parameters used to configure the NIO mode of a
ConnectionFactory. |
| SelectorHolder | |
| SocketChannelFrameHandler | |
| SocketChannelFrameHandlerFactory | |
| SocketChannelFrameHandlerState | |
| SocketChannelRegistration | |
| SslEngineByteBufferOutputStream |
Bridge between the byte buffer and stream worlds.
|
| SslEngineFrameBuilder |
Sub-class of
FrameBuilder that unwraps crypted data from the network. |
| SslEngineHelper |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.