SocketOptions¶
-
public final class
SocketOptions
¶ A class representing the different options of socket-based communications.
- Author
jwienke
Constructors¶
SocketOptions¶
-
public
SocketOptions
(InetAddress address, int port, boolean tcpNoDelay)¶ Constructor.
- Parameters
address – host address
port – socket port
tcpNoDelay – wether to use tcp no delay or not