public class SocketFrameHandlerFactory extends AbstractFrameHandlerFactory
configurator, connectionTimeout, maxInboundMessageBodySize, ssl| Constructor and Description |
|---|
SocketFrameHandlerFactory(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) |
| Modifier and Type | Method and Description |
|---|---|
FrameHandler |
create(Address addr,
String connectionName) |
FrameHandler |
create(Socket sock) |
protected Socket |
createSocket(String connectionName) |
public SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory socketFactory,
SocketConfigurator configurator,
boolean ssl)
public SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory socketFactory,
SocketConfigurator configurator,
boolean ssl,
ExecutorService shutdownExecutor)
public SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory socketFactory,
SocketConfigurator configurator,
boolean ssl,
ExecutorService shutdownExecutor,
SslContextFactory sslContextFactory,
int maxInboundMessageBodySize)
public FrameHandler create(Address addr, String connectionName) throws IOException
IOExceptionprotected Socket createSocket(String connectionName) throws IOException
IOExceptionpublic FrameHandler create(Socket sock) throws IOException
IOExceptionCopyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.