The class can be used by first connecting to a server using the SocketClient connect method. Then an InputStream and OutputStream for sending and receiving data over the Telnet connection can be obtained by using the getInputStream() and getOutputStream() methods. When you finish using the streams, you must call disconnect rather than simply closing the streams.
@author Daniel F. Savarese @author Bruno D'Avanzo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|