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
CallableFilter that gets a chance to decorate every Callable s that run locally
sent by the other peer. |
void |
Channel.removeLocalExecutionInterceptor(CallableDecorator decorator)
Removes the filter introduced by
Channel.addLocalExecutionInterceptor(CallableFilter) . |
ChannelBuilder |
ChannelBuilder.with(CallableDecorator decorator) |
Copyright © 2017. All rights reserved.