Package | Description |
---|---|
com.rabbitmq.client.impl.nio |
NIO network connector.
|
Modifier and Type | Method and Description |
---|---|
Function<NioContext,NioQueue> |
NioParams.getWriteQueueFactory() |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
NioParams |
NioParams.setWriteQueueFactory(Function<NioContext,NioQueue> writeQueueFactory)
Set the factory to create
NioQueue s. |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.