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 SocketConfiguratorconfiguratorprotected ConnectionPostProcessorconnectionPostProcessorprotected intconnectionTimeoutprotected booleanssl 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractFrameHandlerFactory(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) 
 - 
 
 -