Class SocketChannelFrameHandlerFactory
java.lang.Object
com.rabbitmq.client.impl.AbstractFrameHandlerFactory
com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerFactory
- All Implemented Interfaces:
FrameHandlerFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AtomicLongprivate static final org.slf4j.Loggerprivate final List<NioLoopContext> (package private) final NioParamsprivate final SslContextFactoryprivate final LockFields inherited from class AbstractFrameHandlerFactory
configurator, connectionTimeout, maxInboundMessageBodySize, ssl -
Constructor Summary
ConstructorsConstructorDescriptionSocketChannelFrameHandlerFactory(int connectionTimeout, NioParams nioParams, boolean ssl, SslContextFactory sslContextFactory, int maxInboundMessageBodySize) -
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
nioParams
-
sslContextFactory
-
stateLock
-
globalConnectionCount
-
nioLoopContexts
-
-
Constructor Details
-
SocketChannelFrameHandlerFactory
public SocketChannelFrameHandlerFactory(int connectionTimeout, NioParams nioParams, boolean ssl, SslContextFactory sslContextFactory, int maxInboundMessageBodySize)
-
-
Method Details
-
create
- Throws:
IOException
-
lock
void lock() -
unlock
void unlock()
-