|
Secure iNet 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. |
com.jscape.inet.ipclientssl | Contains classes for creating secure TCP/IP client applications using SSL. |
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. |
Uses of IpClientException in com.jscape.inet.ipclientssl |
---|
Methods in com.jscape.inet.ipclientssl that throw IpClientException | |
---|---|
void |
IpClientSsl.connect()
Establishes connection with server. |
void |
IpClientSsl.disconnect()
Closes connection with server. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |