Java org.apache.commons.net.bsd RExecClient fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.bsd RExecClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.bsd RExecClient.

The text is from its open source code.

Constructor

RExecClient()
The default RExecClient constructor.

Method

voidconnect(InetAddress host)
Opens a Socket connected to a remote host at the current default port and originating from the current host at a system assigned port.
voiddisconnect()
Disconnects from the server, closing all associated open sockets and streams.
InputStreamgetInputStream()
Returns the InputStream from which the standard outputof the remote process can be read.
OutputStreamgetOutputStream()
Returns the OutputStream through which the standard input of the remote process can be written.
voidrexec(String username, String password, String command)
Same as rexec(username, password, command, false);