static final SocketOption<NetworkInterface> | StandardSocketOptions.IP_MULTICAST_IF | The networking interface for this Internet Protocol (IP) is in the multicasted datagrams |
static final SocketOption<Boolean> | StandardSocketOptions.IP_MULTICAST_LOOP | Loopbacking of Internet Protocol (IP) is in multicasted datagrams |
static final SocketOption<Integer> | StandardSocketOptions.IP_MULTICAST_TTL | the time-to-live in SocketOption<Integer> is for the Internet Protocol (IP) is also in multicasted datagrams |
static final SocketOption<Integer> | StandardSocketOptions.IP_TOS | The Type of Services in SocketOption<Integer> (ToS) octeting within Internet Protocol (IP) header |
static final SocketOption<Boolean> | StandardSocketOptions.SO_BROADCAST | Giving permission to transmission of broadcasting datagrams |
static final SocketOption<Boolean> | StandardSocketOptions.SO_KEEPALIVE | this will keeping the connection always alive |
static final SocketOption<Integer> | StandardSocketOptions.SO_LINGER | it will Linger within on close if data is store in it |
static final SocketOption<Integer> | StandardSocketOptions.SO_RCVBUF | this will received a buffer by size of its socket |
static final SocketOption<Boolean> | StandardSocketOptions.SO_REUSEADDR | it is a reusable addresses |
static final SocketOption<Boolean> | StandardSocketOptions.SO_REUSEPORT | it is a reusable port |
static final SocketOption<Integer> | StandardSocketOptions.SO_SNDBUF | sending a buffer by size of sockets |
static final SocketOption<Boolean> | StandardSocketOptions.TCP_NODELAY | it will terminating the Nagle algorithm |