Uses of Class
com.rabbitmq.client.impl.nio.NioContext
-
Packages that use NioContext Package Description com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of NioContext in com.rabbitmq.client.impl.nio
Methods in com.rabbitmq.client.impl.nio with parameters of type NioContext Modifier and Type Method Description NioQueue
NioQueueFactory. create(NioContext nioContext)
Create aNioQueue
instanceprotected ByteBuffer
DefaultByteBufferFactory. createEncryptedByteBuffer(NioContext nioContext)
ByteBuffer
ByteBufferFactory. createEncryptedReadBuffer(NioContext nioContext)
Create the network readByteBuffer
.ByteBuffer
DefaultByteBufferFactory. createEncryptedReadBuffer(NioContext nioContext)
ByteBuffer
ByteBufferFactory. createEncryptedWriteBuffer(NioContext nioContext)
Create the network writeByteBuffer
.ByteBuffer
DefaultByteBufferFactory. createEncryptedWriteBuffer(NioContext nioContext)
ByteBuffer
ByteBufferFactory. createReadBuffer(NioContext nioContext)
Create theByteBuffer
that contains inbound frames.ByteBuffer
DefaultByteBufferFactory. createReadBuffer(NioContext nioContext)
ByteBuffer
ByteBufferFactory. createWriteBuffer(NioContext nioContext)
Create theByteBuffer
that contains outbound frames.ByteBuffer
DefaultByteBufferFactory. createWriteBuffer(NioContext nioContext)
-