| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| Modifier and Type | Method and Description |
|---|---|
List<CallableDecorator> |
ChannelBuilder.getDecorators() |
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.addLocalExecutionInterceptor(CallableDecorator decorator)
Adds a
CallableDecorator that gets a chance to decorate every Callables that run locally
sent by the other peer. |
void |
Channel.removeLocalExecutionInterceptor(CallableDecorator decorator)
Removes the filter introduced by
Channel.addLocalExecutionInterceptor(CallableDecorator). |
ChannelBuilder |
ChannelBuilder.with(CallableDecorator decorator) |
Copyright © 2004–2022. All rights reserved.