public class RemoteConnector<T extends NetworkContext<T>>
extends net.openhft.chronicle.core.io.SimpleCloseable
| Constructor and Description |
|---|
RemoteConnector(@NotNull net.openhft.chronicle.core.util.ThrowingFunction<T,TcpEventHandler<T>,IOException> tcpEventHandlerFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(@NotNull String remoteHostPort,
@NotNull net.openhft.chronicle.core.threads.EventLoop eventLoop,
T nc,
long retryInterval) |
protected void |
performClose() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreferenceId, referenceName, temporarypublic RemoteConnector(@NotNull
@NotNull net.openhft.chronicle.core.util.ThrowingFunction<T,TcpEventHandler<T>,IOException> tcpEventHandlerFactory)
public void connect(@NotNull
@NotNull String remoteHostPort,
@NotNull
@NotNull net.openhft.chronicle.core.threads.EventLoop eventLoop,
@NotNull
T nc,
long retryInterval)
protected void performClose()
performClose in class net.openhft.chronicle.core.io.SimpleCloseableCopyright © 2023. All rights reserved.