Package | Description |
---|---|
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.
|
org.jenkinsci.remoting | |
org.jenkinsci.remoting.engine | |
org.jenkinsci.remoting.nio |
Class and Description |
---|
AbstractByteArrayCommandTransport.ByteArrayReceiver |
Asynchronous
Used on a method in a remotable exported interface to designate
that the call is made asynchronously.
|
Callable
Represents computation to be done on a remote system.
|
CallableFilter
Deprecated.
Use
CallableDecorator |
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 . |
ChannelBuilder |
ChannelProperty
A convenient key type for
Channel.getProperty(Object) and Channel.setProperty(Object, Object) |
ClassFilter
Restricts what classes can be received through remoting.
|
CommandTransport
Lower level abstraction under
Channel for sending and receiving commands |
Engine
Slave agent engine that proactively connects to Jenkins master.
|
EngineListener
Receives status notification from
Engine . |
ErrorPropagatingOutputStream
OutputStream that's connected to an InputStream somewhere,
which provides ability to have InputStream report an error. |
FastPipedInputStream
This class is equivalent to
java.io.PipedInputStream . |
FastPipedOutputStream
This class is equivalent to
java.io.PipedOutputStream . |
Future
Alias to
Future . |
JarCache
Jar file cache.
|
JarCacheSupport
Default partial implementation of
JarCache . |
JarLoader
Remoting interface to allow the other side to retrieve a jar file
from the checksum advertised in
ResourceImageInJar . |
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.
|
RemoteInputStream.Flag |
SynchronousCommandTransport
CommandTransport that implements the read operation in a synchronous fashion. |
VirtualChannel
Virtualized
Channel that allows different implementations. |
Class and Description |
---|
VirtualChannel
Virtualized
Channel that allows different implementations. |
Class and Description |
---|
Engine
Slave agent engine that proactively connects to Jenkins master.
|
EngineListener
Receives status notification from
Engine . |
Class and Description |
---|
Callable
Represents computation to be done on a remote system.
|
Class and Description |
---|
Channel
Represents a communication channel to the remote peer.
|
ChannelBuilder |
EngineListener
Receives status notification from
Engine . |
Class and Description |
---|
Capability
Represents additional features implemented on
Channel . |
Channel
Represents a communication channel to the remote peer.
|
Channel.Mode
Communication mode used in conjunction with
ClassicCommandTransport . |
ChannelBuilder |
ClassFilter
Restricts what classes can be received through remoting.
|
JarCache
Jar file cache.
|
Copyright © 2016. All rights reserved.