| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.tcp |
| Modifier and Type | Method and Description |
|---|---|
ChronicleSocketChannelBuilder |
ChronicleSocketChannelBuilder.localBinding(InetSocketAddress localBinding)
Set the local socket to bind to
|
ChronicleSocketChannelBuilder |
ChronicleSocketChannelBuilder.socketConnectionTimeoutMs(int socketConnectionTimeoutMs)
Set the socket connection timeout
|
ChronicleSocketChannelBuilder |
ChronicleSocketChannelBuilder.tcpBufferSize(int tcpBufferSize)
Set the TCP buffer size
|
ChronicleSocketChannelBuilder |
ChronicleSocketChannelBuilder.tcpNoDelay(boolean tcpNoDelay)
Set whether to enable/disable Nagle's algorithm for this socket
|
| Modifier and Type | Method and Description |
|---|---|
static ChronicleSocketChannelBuilder |
ChronicleSocketChannel.builder(InetSocketAddress socketAddress) |
Copyright © 2023. All rights reserved.