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