public final class ServiceTalkSocketOptions
extends java.lang.Object
SocketOption
s that can be used beside StandardSocketOptions
.Modifier and Type | Field and Description |
---|---|
static java.net.SocketOption<java.lang.Integer> |
CONNECT_TIMEOUT
The connect timeout in milliseconds.
|
static java.net.SocketOption<java.lang.Long> |
IDLE_TIMEOUT
Allow to idle timeout in milli seconds after which the connection is closed.
|
static java.net.SocketOption<java.lang.Integer> |
WRITE_BUFFER_THRESHOLD
The threshold after which the the Endpoint is not writable anymore.
|
public static final java.net.SocketOption<java.lang.Integer> CONNECT_TIMEOUT
public static final java.net.SocketOption<java.lang.Integer> WRITE_BUFFER_THRESHOLD
public static final java.net.SocketOption<java.lang.Long> IDLE_TIMEOUT