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
FieldsModifier and TypeFieldDescriptionprotected final SocketConfiguratorprotected final intprotected final intprotected final boolean -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractFrameHandlerFactory(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, waitMethods 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)
-