Interface | Description |
---|---|
ByteBufferFactory |
Contract to create
ByteBuffer s. |
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 ByteBuffer s. |
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 © 2022 VMware, Inc. or its affiliates.. All rights reserved.