public boolean getReuseAddress () throws SocketException

Tests if SO_REUSEADDR is enabled.

Returns:  a boolean indicating whether or not SO_REUSEADDR is enabled.

Exceptions:
SocketException    if there is an error in the underlying protocol, such as a TCP error.

See also:
setReuseAddress(boolean)

Since:  1.4