Uses of Class
com.sas.net.connect.TelnetClientException

Packages that use TelnetClientException
com.sas.net.connect SAS/CONNECT driver for Java 
 

Uses of TelnetClientException in com.sas.net.connect
 

Methods in com.sas.net.connect that throw TelnetClientException
 void SASTelnetClient.connect(java.lang.String host)
          connect to the telnet daemon on the default port.
 void TelnetClientInterface.connect(java.lang.String host, int port)
          connect to the telnet daemon.
 void SASTelnetClient.connect(java.lang.String host, int port)
           
 void TelnetClientInterface.disconnect()
          disconnect from the telnet daemon.
 void SASTelnetClient.disconnect()
           
 char TelnetClientInterface.receiveChar(int tioTimeout)
          receive data from the remote telnet session.
 char SASTelnetClient.receiveChar(int tioTimeout)
           
 void TelnetClientInterface.sendString(java.lang.String data)
          send data to the remote telnet session.
 void SASTelnetClient.sendString(java.lang.String inString)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.