Package com.rabbitmq.client.impl
Class AbstractFrameHandlerFactory
- java.lang.Object
-
- com.rabbitmq.client.impl.AbstractFrameHandlerFactory
-
- All Implemented Interfaces:
FrameHandlerFactory
- Direct Known Subclasses:
SocketChannelFrameHandlerFactory
,SocketFrameHandlerFactory
public abstract class AbstractFrameHandlerFactory extends Object implements FrameHandlerFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected SocketConfigurator
configurator
protected ConnectionPostProcessor
connectionPostProcessor
protected int
connectionTimeout
protected boolean
ssl
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractFrameHandlerFactory(int connectionTimeout, SocketConfigurator configurator, boolean ssl, ConnectionPostProcessor connectionPostProcessor)
-
-
-
Field Detail
-
connectionTimeout
protected final int connectionTimeout
-
configurator
protected final SocketConfigurator configurator
-
ssl
protected final boolean ssl
-
connectionPostProcessor
protected final ConnectionPostProcessor connectionPostProcessor
-
-
Constructor Detail
-
AbstractFrameHandlerFactory
protected AbstractFrameHandlerFactory(int connectionTimeout, SocketConfigurator configurator, boolean ssl, ConnectionPostProcessor connectionPostProcessor)
-
-