| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderHolder
Remoting-aware holder of
ClassLoader that replaces ClassLoader by its RemoteClassLoader. |
class |
Pipe
Pipe for the remote
Callable and the local program to talk to each other. |
class |
RemoteInputStream
Wraps
InputStream so that it can be sent over the remoting channel. |
class |
RemoteOutputStream
OutputStream that can be sent over to the remote Channel,
so that the remote Callable can write to a local OutputStream. |
class |
RemoteWriter
|
Copyright © 2004–2022. All rights reserved.