disconnect();
}
private synchronized void disconnect() {
try {
tc.disconnect();
logger.info("Disconnected from {}", CifsTelnetConnection.this);
closeQuietly(toCallersStdout);
} catch (IOException exc) {
throw new RuntimeIOException(format("Cannot disconnect from %s", CifsTelnetConnection.this), exc);