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
IOExceptionpublic FrameHandler create(Socket sock) throws IOException
IOExceptionCopyright © 2016 Pivotal Software, Inc.. All rights reserved.