|
SSH Factory | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.setSocket(java.net.Socket socket)
Sets socket replacing current socket with new socket |
void |
IpClient.disconnect()
Closes connection with server. |
| 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 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||