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
AbstractByteArrayCommandTransport.ByteArrayReceiver
           
Callable
          Represents computation to be done on a remote system.
CallableFilter
          Decorator on Callable.call() to filter the execution.
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 used in conjunction with ClassicCommandTransport.
ChannelProperty
          A convenient key type for Channel.getProperty(Object) and Channel.setProperty(Object, Object)
CommandTransport
          Lower level abstraction under Channel for sending and receiving commands
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.
SynchronousCommandTransport
          CommandTransport that implements the read operation in a synchronous fashion.
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 © 2013. All Rights Reserved.