| 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 | |
| org.jenkinsci.remoting.protocol | |
| org.jenkinsci.remoting.protocol.impl | |
| org.jenkinsci.remoting.util |
| 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.
|
| 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.
|
| ClassFilter.ClassFilterException
Deprecated.
Only used by deprecated
ClassFilter.appendDefaultFilter(java.util.regex.Pattern). |
| Command
One-way command to be sent over to the remote system and executed there.
|
| CommandTransport
Lower level abstraction under
Channel for sending and receiving commands |
| CommandTransport.CommandReceiver |
| Engine
Agent engine that proactively connects to Jenkins controller.
|
| 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 |
| Request
Request/response pattern over
Channel, the layer-1 service. |
| Response
Request/response pattern over
Command. |
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
Agent engine that proactively connects to Jenkins controller.
|
| EngineListener
Receives status notification from
Engine. |
| Class and Description |
|---|
| Callable
Represents computation to be done on a remote system.
|
| Channel
Represents a communication channel to the remote peer.
|
| Class and Description |
|---|
| Channel
Represents a communication channel to the remote peer.
|
| ChannelBuilder |
| 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.
|
| Class and Description |
|---|
| Future
Alias to
Future. |
| Class and Description |
|---|
| Channel
Represents a communication channel to the remote peer.
|
| ChannelBuilder |
| Class and Description |
|---|
| Channel
Represents a communication channel to the remote peer.
|
| Channel.Listener
Callback "interface" for changes in the state of
Channel. |
| Command
One-way command to be sent over to the remote system and executed there.
|
| Future
Alias to
Future. |
| Request
Request/response pattern over
Channel, the layer-1 service. |
| Response
Request/response pattern over
Command. |
Copyright © 2004–2022. All rights reserved.