public abstract class AbstractFrameHandlerFactory extends Object implements FrameHandlerFactory
Modifier and Type | Field and Description |
---|---|
protected SocketConfigurator |
configurator |
protected int |
connectionTimeout |
protected int |
maxInboundMessageBodySize |
protected boolean |
ssl |
Modifier | Constructor and Description |
---|---|
protected |
AbstractFrameHandlerFactory(int connectionTimeout,
SocketConfigurator configurator,
boolean ssl,
int maxInboundMessageBodySize) |
protected final int connectionTimeout
protected final SocketConfigurator configurator
protected final boolean ssl
protected final int maxInboundMessageBodySize
protected AbstractFrameHandlerFactory(int connectionTimeout, SocketConfigurator configurator, boolean ssl, int maxInboundMessageBodySize)
Copyright © 2024 Broadcom Inc. and its subsidiaries.. All rights reserved.