| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractByteArrayCommandTransport
CommandTransport that works with byte[] instead of command object. |
class |
AbstractSynchronousByteArrayCommandTransport
SynchronousCommandTransport that works with byte[] instead of command object. |
class |
SynchronousCommandTransport
CommandTransport that implements the read operation in a synchronous fashion. |
| Constructor and Description |
|---|
Channel(java.lang.String name,
java.util.concurrent.ExecutorService exec,
CommandTransport transport,
boolean restricted,
java.lang.ClassLoader base)
Creates a new channel.
|
Copyright © 2013. All Rights Reserved.