|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BsdException | |
---|---|
com.jscape.inet.bsd | Contains client classes for remote communications using BSD rexec, rsh and rlogin protocols. |
Uses of BsdException in com.jscape.inet.bsd |
---|
Methods in com.jscape.inet.bsd that throw BsdException | |
---|---|
void |
Rexec.connect()
Connects to the remote host, initializing streams that handle stdin and stdout. |
void |
Rsh.connect()
Initializes input and output streams to handle stdin and stdout of the remote host. |
void |
Rlogin.connect()
Initializes input and output streams to handle stdin and stdout of the remote host. |
void |
Rexec.disconnect()
Disconnects from the server, and cleans up all associated connections. |
void |
Rexec.execute()
Executes command on the remote host. |
void |
Rsh.execute()
Executes a command through the rshd daemon on the remote host. |
void |
Rlogin.execute()
Executes rlogin negotiation with remote host. |
void |
Rexec.setPort(int port)
Sets the port to be used to make the connection. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |