Java com.rabbitmq.client.impl.nio NioParams fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client.impl.nio NioParams fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client.impl.nio NioParams.

The text is from its open source code.

Constructor

Method

NioParamssetNbIoThreads(int nbIoThreads)
Sets the max number of threads/tasks used for NIO.
NioParamssetReadByteBufferSize(int readByteBufferSize)
Sets the size in byte of the read java.nio.ByteBuffer used in the NIO loop.
NioParamssetWriteByteBufferSize(int writeByteBufferSize)
Sets the size in byte of the write java.nio.ByteBuffer used in the NIO loop.
NioParamssetWriteEnqueuingTimeoutInMs(int writeEnqueuingTimeoutInMs)
Sets the timeout for queuing outbound frames.
NioParamssetWriteQueueCapacity(int writeQueueCapacity)
Set the capacity of the queue used for outbound frames.