Package com.rabbitmq.client.impl
Class AbstractFrameHandlerFactory
java.lang.Object
com.rabbitmq.client.impl.AbstractFrameHandlerFactory
- All Implemented Interfaces:
FrameHandlerFactory
- Direct Known Subclasses:
SocketChannelFrameHandlerFactory
,SocketFrameHandlerFactory
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SocketConfigurator
protected final int
protected final int
protected final boolean
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractFrameHandlerFactory
(int connectionTimeout, SocketConfigurator configurator, boolean ssl, int maxInboundMessageBodySize) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.rabbitmq.client.impl.FrameHandlerFactory
create
-
Field Details
-
connectionTimeout
protected final int connectionTimeout -
configurator
-
ssl
protected final boolean ssl -
maxInboundMessageBodySize
protected final int maxInboundMessageBodySize
-
-
Constructor Details
-
AbstractFrameHandlerFactory
protected AbstractFrameHandlerFactory(int connectionTimeout, SocketConfigurator configurator, boolean ssl, int maxInboundMessageBodySize)
-