Uses of Class
com.rabbitmq.client.impl.nio.NioParams
-
Packages that use NioParams Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of NioParams in com.rabbitmq.client
Methods in com.rabbitmq.client that return NioParams Modifier and Type Method Description NioParamsConnectionFactory. getNioParams()Retrieve the parameters for NIO mode.Methods in com.rabbitmq.client with parameters of type NioParams Modifier and Type Method Description voidConnectionFactory. setNioParams(NioParams nioParams)Sets the parameters when using NIO. -
Uses of NioParams in com.rabbitmq.client.impl.nio
Methods in com.rabbitmq.client.impl.nio that return NioParams Modifier and Type Method Description NioParamsNioParams. enableHostnameVerification()Enable server hostname verification for TLS connections.NioParamsNioContext. getNioParams()NIO params.NioParamsNioParams. setByteBufferFactory(ByteBufferFactory byteBufferFactory)Set the factory to createByteBuffers.NioParamsNioParams. setConnectionShutdownExecutor(ExecutorService connectionShutdownExecutor)Set theExecutorServiceused for connection shutdown.NioParamsNioParams. setNbIoThreads(int nbIoThreads)Sets the max number of threads/tasks used for NIO.NioParamsNioParams. setNioExecutor(ExecutorService nioExecutor)Sets theExecutorServiceto use for NIO threads/tasks.NioParamsNioParams. setReadByteBufferSize(int readByteBufferSize)Sets the size in byte of the readByteBufferused in the NIO loop.NioParamsNioParams. setThreadFactory(ThreadFactory threadFactory)Sets theThreadFactoryto use for NIO threads/tasks.NioParamsNioParams. setWriteByteBufferSize(int writeByteBufferSize)Sets the size in byte of the writeByteBufferused in the NIO loop.NioParamsNioParams. setWriteEnqueuingTimeoutInMs(int writeEnqueuingTimeoutInMs)Sets the timeout for queuing outbound frames.NioParamsNioParams. setWriteQueueCapacity(int writeQueueCapacity)Set the capacity of the queue used for outbound frames.NioParamsNioParams. setWriteQueueFactory(NioQueueFactory writeQueueFactory)Set the factory to createNioQueues.Constructors in com.rabbitmq.client.impl.nio with parameters of type NioParams Constructor Description NioLoop(NioParams nioParams, NioLoopContext loopContext)NioLoopContext(SocketChannelFrameHandlerFactory socketChannelFrameHandlerFactory, NioParams nioParams)NioParams(NioParams nioParams)SocketChannelFrameHandlerFactory(int connectionTimeout, NioParams nioParams, boolean ssl, SSLContext sslContext)SocketChannelFrameHandlerFactory(int connectionTimeout, NioParams nioParams, boolean ssl, SSLContext sslContext, ConnectionPostProcessor connectionPostProcessor)SocketChannelFrameHandlerState(SocketChannel channel, NioLoopContext nioLoopsState, NioParams nioParams, SSLEngine sslEngine)
-