| Package | Description |
|---|---|
| com.rabbitmq.client.impl.nio |
| Modifier and Type | Method and Description |
|---|---|
NioQueue |
NioQueueFactory.create(NioContext nioContext)
Create a
NioQueue instance |
protected ByteBuffer |
DefaultByteBufferFactory.createEncryptedByteBuffer(NioContext nioContext) |
ByteBuffer |
DefaultByteBufferFactory.createEncryptedReadBuffer(NioContext nioContext) |
ByteBuffer |
ByteBufferFactory.createEncryptedReadBuffer(NioContext nioContext)
Create the network read
ByteBuffer. |
ByteBuffer |
DefaultByteBufferFactory.createEncryptedWriteBuffer(NioContext nioContext) |
ByteBuffer |
ByteBufferFactory.createEncryptedWriteBuffer(NioContext nioContext)
Create the network write
ByteBuffer. |
ByteBuffer |
DefaultByteBufferFactory.createReadBuffer(NioContext nioContext) |
ByteBuffer |
ByteBufferFactory.createReadBuffer(NioContext nioContext)
Create the
ByteBuffer that contains inbound frames. |
ByteBuffer |
DefaultByteBufferFactory.createWriteBuffer(NioContext nioContext) |
ByteBuffer |
ByteBufferFactory.createWriteBuffer(NioContext nioContext)
Create the
ByteBuffer that contains outbound frames. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.