Package com.rabbitmq.client.impl.nio
Class SocketChannelFrameHandlerFactory
java.lang.Object
com.rabbitmq.client.impl.AbstractFrameHandlerFactory
com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerFactory
- All Implemented Interfaces:
FrameHandlerFactory
-
Field Summary
Fields inherited from class com.rabbitmq.client.impl.AbstractFrameHandlerFactory
configurator, connectionTimeout, maxInboundMessageBodySize, ssl
-
Constructor Summary
ConstructorDescriptionSocketChannelFrameHandlerFactory
(int connectionTimeout, NioParams nioParams, boolean ssl, SslContextFactory sslContextFactory, int maxInboundMessageBodySize) -
Method Summary
-
Constructor Details
-
SocketChannelFrameHandlerFactory
public SocketChannelFrameHandlerFactory(int connectionTimeout, NioParams nioParams, boolean ssl, SslContextFactory sslContextFactory, int maxInboundMessageBodySize)
-
-
Method Details
-
create
- Throws:
IOException
-