Uses of Package
hudson.remoting
Packages that use hudson.remoting
Package
Description
Remoting infrastructure for Hudson.
TCP port forwarding over
hudson.remoting
.Code for launching the remote agent through JNLP.
-
Classes in hudson.remoting used by hudson.remotingClassDescriptionUsed on a method in a remotable exported interface to designate that the call is made asynchronously.Represents computation to be done on a remote system.Deprecated.Represents additional features implemented on
Channel
.Represents a communication channel to the remote peer.Callback "interface" for changes in the state ofChannel
.Communication mode used in conjunction withClassicCommandTransport
.A convenient key type forChannel.getProperty(Object)
andChannel.setProperty(Object, Object)
Restricts what classes can be received through remoting.Deprecated.Only used by deprecatedClassFilter.appendDefaultFilter(java.util.regex.Pattern)
.One-way command to be sent over to the remote system and executed there.Lower level abstraction underChannel
for sending and receiving commandsAgent engine that proactively connects to Jenkins controller.Receives status notification fromEngine
.OutputStream
that's connected to anInputStream
somewhere, which provides ability to haveInputStream
report an error.This class is equivalent toPipedInputStream
.This class is equivalent toPipedOutputStream
.Alias toFuture
.Jar file cache.Default partial implementation ofJarCache
.Remoting interface to allow the other side to retrieve a jar file from the checksum advertised inResourceImageInJar
.Pipe for the remoteCallable
and the local program to talk to each other.Used when the exception thrown by the remoted code cannot be serialized.Request/response pattern overChannel
, the layer-1 service.Request/response pattern overCommand
.CommandTransport
that implements the read operation in a synchronous fashion.VirtualizedChannel
that allows different implementations. -
Classes in hudson.remoting used by hudson.remoting.forward
-
Classes in hudson.remoting used by hudson.remoting.jnlp
-
Classes in hudson.remoting used by org.jenkinsci.remoting
-
Classes in hudson.remoting used by org.jenkinsci.remoting.engineClassDescriptionRepresents a communication channel to the remote peer.
-
Classes in hudson.remoting used by org.jenkinsci.remoting.nioClassDescriptionRepresents additional features implemented on
Channel
.Represents a communication channel to the remote peer.Communication mode used in conjunction withClassicCommandTransport
.Restricts what classes can be received through remoting.Jar file cache. -
Classes in hudson.remoting used by org.jenkinsci.remoting.protocol
-
Classes in hudson.remoting used by org.jenkinsci.remoting.protocol.implClassDescriptionRepresents a communication channel to the remote peer.
-
Classes in hudson.remoting used by org.jenkinsci.remoting.utilClassDescriptionRepresents a communication channel to the remote peer.Callback "interface" for changes in the state of
Channel
.One-way command to be sent over to the remote system and executed there.Alias toFuture
.Request/response pattern overChannel
, the layer-1 service.Request/response pattern overCommand
.
CallableDecorator