Enables or disables local loopback of multicast datagrams.
Enables or disables local loopback of multicast datagrams. Valid for MulticastSocket.
Sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
Sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket. Valid for Socket, JDatagramSocket
Enables a socket to send broadcast messages.
Enables a socket to send broadcast messages. Valid for JDatagramSocket.
Turn on socket keepalive.
Turn on socket keepalive. Valid for Socket.
Enable/disable SO_LINGER with the specified linger time in seconds.
Enable/disable SO_LINGER with the specified linger time in seconds. Valid for (client) Sockets.
Enable inline reception of TCP urgent data.
Enable inline reception of TCP urgent data. Valid for Socket.
Set the size of the buffer actually used by the platform when receiving in data on this socket.
Set the size of the buffer actually used by the platform when receiving in data on this socket. Valid for all sockets: Socket, ServerSocket, JDatagramSocket.
Enable reuse address for a socket.
Enable reuse address for a socket. Valid for Socket, ServerSocket, JDatagramSocket.
Set a hint the size of the underlying buffers for outgoing network I/O.
Set a hint the size of the underlying buffers for outgoing network I/O. Valid for Socket, JDatagramSocket.
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm). Valid for (client) Sockets.