public class SocketFrameHandlerFactory extends AbstractFrameHandlerFactory
configurator, connectionTimeout, 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) |
| 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)
public FrameHandler create(Address addr, String connectionName) throws IOException
IOExceptionprotected Socket createSocket(String connectionName) throws IOException
IOExceptionpublic FrameHandler create(Socket sock) throws IOException
IOExceptionCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.