public class RemoteConnector extends Object implements net.openhft.chronicle.core.io.Closeable
| Constructor and Description |
|---|
RemoteConnector(net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,IOException,TcpEventHandler> tcpEventHandlerFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
connect(String remoteHostPort,
net.openhft.chronicle.core.threads.EventLoop eventLoop,
NetworkContext nc,
long retryInterval) |
public RemoteConnector(@NotNull
net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,IOException,TcpEventHandler> tcpEventHandlerFactory)
public void connect(String remoteHostPort, net.openhft.chronicle.core.threads.EventLoop eventLoop, @NotNull NetworkContext nc, long retryInterval)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2016. All rights reserved.