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
IOException
protected Socket createSocket(String connectionName) throws IOException
IOException
public FrameHandler create(Socket sock) throws IOException
IOException
Copyright © 2023 VMware, Inc. or its affiliates.. All rights reserved.