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. |
Modifier and Type | Method and Description |
---|---|
protected CommandTransport |
ChannelBuilder.makeTransport(InputStream is,
OutputStream os,
Channel.Mode mode,
Capability cap)
Instantiate a transport.
|
protected CommandTransport |
ChannelBuilder.negotiate(InputStream is,
OutputStream os)
Performs hand-shaking and creates a
CommandTransport . |
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelBuilder.build(CommandTransport transport) |
Constructor and Description |
---|
Channel(String name,
ExecutorService exec,
CommandTransport transport,
boolean restricted,
ClassLoader base)
Deprecated.
as of 2.24
Use
ChannelBuilder |
Channel(String name,
ExecutorService exec,
CommandTransport transport,
boolean restricted,
ClassLoader base,
JarCache jarCache)
Deprecated.
as of 2.38
|
Copyright © 2014. All rights reserved.