Uses of Package
hudson.remoting

Packages that use hudson.remoting
hudson.remoting Remoting infrastructure for Hudson. 
hudson.remoting.forward TCP port forwarding over hudson.remoting
hudson.remoting.jnlp Code for launching the remote agent through JNLP. 
 

Classes in hudson.remoting used by hudson.remoting
Callable
          Represents computation to be done on a remote system.
Capability
          Represents additional features implemented on Channel.
Channel
          Represents a communication channel to the remote peer.
Channel.Listener
          Callback "interface" for changes in the state of Channel.
Channel.Mode
          Communication mode.
ChannelProperty
          A convenient key type for Channel.getProperty(Object) and Channel.setProperty(Object, Object)
Engine
          Slave agent engine that proactively connects to Hudson master.
EngineListener
          Receives status notification from Engine.
FastPipedInputStream
          This class is equivalent to java.io.PipedInputStream.
FastPipedOutputStream
          This class is equivalent to java.io.PipedOutputStream.
Future
          Alias to Future.
Pipe
          Pipe for the remote Callable and the local program to talk to each other.
ProxyException
          Used when the exception thrown by the remoted code cannot be serialized.
VirtualChannel
          Virtualized Channel that allows different implementations.
 

Classes in hudson.remoting used by hudson.remoting.forward
VirtualChannel
          Virtualized Channel that allows different implementations.
 

Classes in hudson.remoting used by hudson.remoting.jnlp
Engine
          Slave agent engine that proactively connects to Hudson master.
EngineListener
          Receives status notification from Engine.
 



Copyright © 2012. All Rights Reserved.