throwCouldNotConnect();
if (mErrorStream.waitForConnect(true) != RemotePort.WAIT_OK)
throwCouldNotConnect();
mMonitorIn = new InputStreamMonitor(mIOStream.getOutStream());
mMonitorOut.setStream(mIOStream.getInStream());
mMonitorError.setStream(mErrorStream.getInStream());
mMonitorIn.startMonitoring();
mMonitorOut.startMonitoring();
mMonitorError.startMonitoring();