public final class NettyFrameHandlerFactory extends AbstractFrameHandlerFactory
configurator, connectionTimeout, maxInboundMessageBodySize, ssl| Constructor and Description |
|---|
NettyFrameHandlerFactory(io.netty.channel.EventLoopGroup eventLoopGroup,
Consumer<io.netty.channel.Channel> channelCustomizer,
Consumer<io.netty.bootstrap.Bootstrap> bootstrapCustomizer,
Function<String,io.netty.handler.ssl.SslContext> sslContextFactory,
Duration enqueuingTimeout,
int connectionTimeout,
SocketConfigurator configurator,
int maxInboundMessageBodySize,
boolean automaticRecovery,
Predicate<ShutdownSignalException> recoveryCondition) |
public NettyFrameHandlerFactory(io.netty.channel.EventLoopGroup eventLoopGroup,
Consumer<io.netty.channel.Channel> channelCustomizer,
Consumer<io.netty.bootstrap.Bootstrap> bootstrapCustomizer,
Function<String,io.netty.handler.ssl.SslContext> sslContextFactory,
Duration enqueuingTimeout,
int connectionTimeout,
SocketConfigurator configurator,
int maxInboundMessageBodySize,
boolean automaticRecovery,
Predicate<ShutdownSignalException> recoveryCondition)
public FrameHandler create(Address addr, String connectionName) throws IOException
IOExceptionCopyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.