Package com.rabbitmq.client.impl.nio
Class NioContext
- java.lang.Object
-
- com.rabbitmq.client.impl.nio.NioContext
-
public class NioContext extends Object
Context when creating resources for a NIO-based connection.- Since:
- 4.9.0
- See Also:
ByteBufferFactory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NioParams
getNioParams()
NIO params.SSLEngine
getSslEngine()
SSLEngine
for SSL/TLS connection.
-