@param host The remote host. @param port The port to connect to on the remote host. @param localAddr The local address to use. @exception SocketException If the socket timeout could not be set. @exception BindException If all acceptable rshell ports are in use. @exception IOException If the socket could not be opened. In mostcases you will only want to catch IOException since SocketException is derived from it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|