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