Package | Description |
---|---|
hudson.remoting |
Remoting infrastructure for Hudson.
|
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.
|
Constructor and Description |
---|
PingThread(Channel channel) |
PingThread(Channel channel,
long interval) |
PingThread(Channel channel,
long timeout,
long interval) |
Copyright © 2014. All Rights Reserved.