public java.io.InputStream | getInputStream()Returns an InputStream from which you may read echoed data from
the server. You should NOT close the InputStream when you're finished
reading from it. Rather, you should call
{@link org.apache.commons.net.SocketClient#disconnect disconnect }
to clean up properly.
return _input_;
|