Example usage for Java java.net StandardSocketOptions fields, constructors, methods, implement or subclass
The text is from its open source code.
SocketOption | SO_BROADCAST Allow transmission of broadcast datagrams. |
SocketOption | SO_KEEPALIVE Keep connection alive. |
SocketOption | SO_SNDBUF The size of the socket send buffer. |
SocketOption | SO_RCVBUF The size of the socket receive buffer. |
SocketOption | SO_REUSEADDR Re-use address. |
SocketOption | IP_TOS The Type of Service (ToS) octet in the Internet Protocol (IP) header. |
SocketOption | IP_MULTICAST_IF The network interface for Internet Protocol (IP) multicast datagrams. |
SocketOption | TCP_NODELAY Disable the Nagle algorithm. |