SSH Factory

Uses of Class
com.jscape.inet.ipclient.IpClientException

Packages that use IpClientException
com.jscape.inet.ipclient Contains classes for creating TCP/IP client applications. 
com.jscape.inet.ipclientssh Contains classes for creating secure TCP/IP client applications using an SSH encrypted tunnel. 
 

Uses of IpClientException in com.jscape.inet.ipclient
 

Methods in com.jscape.inet.ipclient that throw IpClientException
 void IpClient.connect()
          Establishes connection with server.
 void IpClient.disconnect()
          Closes connection with server.
 void IpClient.setSocket(java.net.Socket socket)
          Sets socket replacing current socket with new socket.
 

Uses of IpClientException in com.jscape.inet.ipclientssh
 

Methods in com.jscape.inet.ipclientssh that throw IpClientException
 void IpClientSsh.connect()
          Establishes connection with SSH server, performs authentication and creates tunnel to hostname and port provided in constructor.
 void IpClientSsh.disconnect()
          Closes tunnel between SSH server and host and closes connection to SSH server.
 


SSH Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved