Package | Description |
---|---|
hudson.remoting |
Remoting infrastructure for Hudson.
|
Modifier and Type | Field and Description |
---|---|
protected Channel |
AbstractByteArrayCommandTransport.channel |
protected Channel |
SynchronousCommandTransport.channel |
Modifier and Type | Method and Description |
---|---|
static Channel |
Channel.current()
This method can be invoked during the serialization/deserialization of
objects when they are transferred to the remote
Channel ,
as well as during Callable.call() is invoked. |
Modifier and Type | Method and Description |
---|---|
protected void |
UnexportCommand.execute(Channel channel) |
void |
Channel.Listener.onClosed(Channel channel,
java.io.IOException cause)
When the channel was closed normally or abnormally due to an error.
|
abstract byte[] |
AbstractSynchronousByteArrayCommandTransport.readBlock(Channel channel)
Read a byte[] from the underlying transport for the given channel.
|
void |
AbstractByteArrayCommandTransport.setup(Channel channel,
hudson.remoting.CommandTransport.CommandReceiver receiver) |
abstract void |
CommandTransport.setup(Channel channel,
hudson.remoting.CommandTransport.CommandReceiver receiver)
Starts the transport.
|
void |
SynchronousCommandTransport.setup(Channel channel,
hudson.remoting.CommandTransport.CommandReceiver receiver) |
abstract void |
AbstractByteArrayCommandTransport.writeBlock(Channel channel,
byte[] payload)
Writes a byte[] to the transport.
|
abstract void |
AbstractSynchronousByteArrayCommandTransport.writeBlock(Channel channel,
byte[] payload)
Writes a byte[] to the transport.
|
Constructor and Description |
---|
PingThread(Channel channel) |
PingThread(Channel channel,
long interval) |
PingThread(Channel channel,
long timeout,
long interval) |
Copyright © 2013. All Rights Reserved.