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 NioQueueNioQueueFactory. create(NioContext nioContext)Create aNioQueueinstanceprotected ByteBufferDefaultByteBufferFactory. createEncryptedByteBuffer(NioContext nioContext)ByteBufferByteBufferFactory. createEncryptedReadBuffer(NioContext nioContext)Create the network readByteBuffer.ByteBufferDefaultByteBufferFactory. createEncryptedReadBuffer(NioContext nioContext)ByteBufferByteBufferFactory. createEncryptedWriteBuffer(NioContext nioContext)Create the network writeByteBuffer.ByteBufferDefaultByteBufferFactory. createEncryptedWriteBuffer(NioContext nioContext)ByteBufferByteBufferFactory. createReadBuffer(NioContext nioContext)Create theByteBufferthat contains inbound frames.ByteBufferDefaultByteBufferFactory. createReadBuffer(NioContext nioContext)ByteBufferByteBufferFactory. createWriteBuffer(NioContext nioContext)Create theByteBufferthat contains outbound frames.ByteBufferDefaultByteBufferFactory. createWriteBuffer(NioContext nioContext)
-