Uses of Class
software.amazon.awssdk.crt.io.SocketOptions.TcpNoDelay
-
Packages that use SocketOptions.TcpNoDelay Package Description software.amazon.awssdk.crt.io -
-
Uses of SocketOptions.TcpNoDelay in software.amazon.awssdk.crt.io
Fields in software.amazon.awssdk.crt.io declared as SocketOptions.TcpNoDelay Modifier and Type Field Description SocketOptions.TcpNoDelaySocketOptions. tcpNoDelayControls the TCP_NODELAY option (Nagle's algorithm).Methods in software.amazon.awssdk.crt.io that return SocketOptions.TcpNoDelay Modifier and Type Method Description static SocketOptions.TcpNoDelaySocketOptions.TcpNoDelay. valueOf(String name)Returns the enum constant of this type with the specified name.static SocketOptions.TcpNoDelay[]SocketOptions.TcpNoDelay. values()Returns an array containing the constants of this enum type, in the order they are declared.
-