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

Methods

equals

public boolean equals(Object obj)

getAddress

public InetAddress getAddress()

Returns the host.

Returns

host

getPort

public int getPort()

Returns the port.

Returns

port

hashCode

public int hashCode()

isTcpNoDelay

public boolean isTcpNoDelay()

Returns whether to use tcp no delay or not.

Returns

true to use, else false

toString

public String toString()