Uses of Class
org.apache.commons.net.bsd.RExecClient
-
Packages that use RExecClient Package Description org.apache.commons.net.bsd Classes for rcommand, rexec, rlogin -
-
Uses of RExecClient in org.apache.commons.net.bsd
Subclasses of RExecClient in org.apache.commons.net.bsd Modifier and Type Class Description classRCommandClientRCommandClient is very similar toRExecClient, from which it is derived, and implements the rcmd() facility that first appeared in 4.2BSD Unix.classRLoginClientRLoginClient is very similar toRCommandClient, from which it is derived, and uses the rcmd() facility implemented in RCommandClient to implement the functionality of the rlogin command that first appeared in 4.2BSD Unix.
-