public class SocketFrameHandlerFactory extends AbstractFrameHandlerFactory
configurator, connectionTimeout, ssl
Constructor and Description |
---|
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory factory,
SocketConfigurator configurator,
boolean ssl) |
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory factory,
SocketConfigurator configurator,
boolean ssl,
ExecutorService shutdownExecutor) |
Modifier and Type | Method and Description |
---|---|
FrameHandler |
create(Address addr) |
FrameHandler |
create(Socket sock) |
public SocketFrameHandlerFactory(int connectionTimeout, SocketFactory factory, SocketConfigurator configurator, boolean ssl)
public SocketFrameHandlerFactory(int connectionTimeout, SocketFactory factory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor)
public FrameHandler create(Address addr) throws IOException
IOException
public FrameHandler create(Socket sock) throws IOException
IOException
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.