StandardSocketOptions (Java SE 25 & JDK 25)
-
Field Summary
Fields
The network interface for Internet Protocol (IP) multicast datagrams.
Loopback for Internet Protocol (IP) multicast datagrams.
The time-to-live for Internet Protocol (IP) multicast datagrams.
The Type of Service (ToS) octet in the Internet Protocol (IP) header.
Allow transmission of broadcast datagrams.
Linger on close if data is present.
The size of the socket receive buffer.
The size of the socket send buffer.
Disable the Nagle algorithm.
-
Method Summary
-
Field Details
-
SO_BROADCAST
-
SO_KEEPALIVE
-
SO_SNDBUF
-
SO_RCVBUF
-
SO_REUSEADDR
-
SO_REUSEPORT
-
SO_LINGER
-
IP_TOS
-
IP_MULTICAST_IF
-
IP_MULTICAST_TTL
-
IP_MULTICAST_LOOP
-
TCP_NODELAY
-