Package com.rabbitmq.client.impl
Class SocketFrameHandlerFactory
java.lang.Object
com.rabbitmq.client.impl.AbstractFrameHandlerFactory
com.rabbitmq.client.impl.SocketFrameHandlerFactory
- All Implemented Interfaces:
FrameHandlerFactory
-
Field Summary
Fields inherited from class com.rabbitmq.client.impl.AbstractFrameHandlerFactory
configurator, connectionTimeout, maxInboundMessageBodySize, ssl
-
Constructor Summary
ConstructorDescriptionSocketFrameHandlerFactory
(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl) SocketFrameHandlerFactory
(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor) SocketFrameHandlerFactory
(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor, SslContextFactory sslContextFactory, int maxInboundMessageBodySize) -
Method Summary
-
Constructor Details
-
SocketFrameHandlerFactory
public SocketFrameHandlerFactory(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl) -
SocketFrameHandlerFactory
public SocketFrameHandlerFactory(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor) -
SocketFrameHandlerFactory
public SocketFrameHandlerFactory(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor, SslContextFactory sslContextFactory, int maxInboundMessageBodySize)
-
-
Method Details
-
create
- Throws:
IOException
-
createSocket
- Throws:
IOException
-
create
- Throws:
IOException
-