| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| org.jenkinsci.remoting.protocol | |
| org.jenkinsci.remoting.util |
| Modifier and Type | Method and Description |
|---|---|
<V,T extends Throwable> |
VirtualChannel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call.
|
<V,T extends Throwable> |
LocalChannel.callAsync(Callable<V,T> callable) |
<V,T extends Throwable> |
Channel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call.
|
Future<URL> |
JarCacheSupport.resolve(Channel channel,
long sum1,
long sum2) |
abstract Future<URL> |
JarCache.resolve(Channel channel,
long sum1,
long sum2)
Looks up the jar in cache, and if not found, use
JarLoader to retrieve it
from the other side. |
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
ProtocolStack.executeLater(Runnable task,
long delay,
TimeUnit units)
Executes a task at a future point in time.
|
Future<?> |
IOHub.executeLater(Runnable task,
long delay,
TimeUnit units)
Executes a task at a future point in time.
|
Future<SelectionKey> |
IOHub.register(SelectableChannel channel,
IOHubReadyListener listener,
boolean accept,
boolean connect,
boolean read,
boolean write)
Register the
SelectableChannel for the requested operations using the supplied
IOHubReadyListener. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListenableFuture<V>
Extend
Future with the capability to accept completion callbacks. |
| Modifier and Type | Class and Description |
|---|---|
class |
SettableFuture<V>
A
Future that can be completed. |
Copyright © 2004–2018. All rights reserved.