Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if the option cannot be retrieved. Java.Net.SocketException if an error occurs while setting the option.
Get method documentation [Android Documentation]
Gets the socket SocketOptions.SoTimeout.
Set method documentation [Android Documentation]
Sets the SocketOptions.SoTimeout in milliseconds for this socket.
This accept timeout defines the period the socket will block waiting to
accept a connection before throwing an InterruptedIOException. The value
0 (default) is used to set an infinite timeout. To have effect
this option must be set before the blocking method was called.