Google
×
Package hudson.remoting. Remoting infrastructure for Hudson. Code in this package is used for running a part of a program in agents. If you are new to this ...
Gets an open channel, which is ready to accept commands. Methods in hudson.remoting with parameters of type Channel. Modifier and Type, Method, Description ...
Deprecated. Starts a PortForwarder accepting remotely at the given channel, which connects by using the given connector.
Package hudson.remoting.jnlp. Code for launching the remote agent through JNLP. This involves in getting the connection parameters through command line, which ...
Jenkins Remoting is a library, and executable Java archive, which implements the communication layer in Jenkins. This includes the TCP-based communication ...
Represents a communication channel to the remote peer. class, LocalChannel · VirtualChannel that performs computation on ...
Returns a decorated Launcher for the given node. hudson.remoting.VirtualChannel, getChannel(). Gets the channel that can be used to run a program ...
Represents a communication channel to the remote peer. A Channel is a mechanism for two JVMs to communicate over bi-directional InputStream / OutputStream ...
To have a remote machine write to a local OutputStream : final OutputStream out = new RemoteOutputStream(os); channel.call(new Callable() { public Object call() ...
Launches processes remotely by using the given channel. Nested Class Summary. Nested Classes. Modifier and Type, Class ...