Uses of Class
com.rabbitmq.client.impl.nio.NioLoopContext
-
Packages that use NioLoopContext Package Description com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of NioLoopContext in com.rabbitmq.client.impl.nio
Fields in com.rabbitmq.client.impl.nio declared as NioLoopContext Modifier and Type Field Description private NioLoopContext
NioLoop. context
Fields in com.rabbitmq.client.impl.nio with type parameters of type NioLoopContext Modifier and Type Field Description private java.util.List<NioLoopContext>
SocketChannelFrameHandlerFactory. nioLoopContexts
Constructors in com.rabbitmq.client.impl.nio with parameters of type NioLoopContext Constructor Description NioLoop(NioParams nioParams, NioLoopContext loopContext)
SocketChannelFrameHandlerState(java.nio.channels.SocketChannel channel, NioLoopContext nioLoopsState, NioParams nioParams, javax.net.ssl.SSLEngine sslEngine, int maxFramePayloadSize)
-