|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Channel | |
---|---|
hudson.remoting | Remoting infrastructure for Hudson. |
Uses of Channel in hudson.remoting |
---|
Methods in hudson.remoting that return Channel | |
---|---|
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. |
Methods in hudson.remoting with parameters of type Channel | |
---|---|
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. |
Constructors in hudson.remoting with parameters of type Channel | |
---|---|
PingThread(Channel channel)
|
|
PingThread(Channel channel,
long interval)
|
|
PingThread(Channel channel,
long timeout,
long interval)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |