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(String name,
ExecutorService exec,
CommandTransport transport,
boolean restricted,
ClassLoader base)
Creates a new channel.
|
Copyright © 2013. All rights reserved.