public interface ConnectionStrategy
extends net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Method and Description |
|---|---|
SocketChannel |
connect(String name,
SocketAddressSupplier socketAddressSupplier,
NetworkStatsListener<? extends NetworkContext> networkStatsListener,
boolean hasLoggedInPreviously) |
default SocketChannel |
openSocketChannel(InetSocketAddress socketAddress,
int tcpBufferSize) |
SocketChannel connect(String name, SocketAddressSupplier socketAddressSupplier, NetworkStatsListener<? extends NetworkContext> networkStatsListener, boolean hasLoggedInPreviously)
@Nullable default SocketChannel openSocketChannel(@NotNull InetSocketAddress socketAddress, int tcpBufferSize) throws IOException
IOExceptionCopyright © 2017. All rights reserved.