Package | Description |
---|---|
hudson.remoting |
Remoting infrastructure for Hudson.
|
Modifier and Type | Method and Description |
---|---|
<V,T extends Throwable> |
Channel.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> |
VirtualChannel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call.
|
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. |
Future<URL> |
JarCacheSupport.resolve(Channel channel,
long sum1,
long sum2) |
Copyright © 2017. All rights reserved.