Interface ChannelApplicationLayer.ChannelDecorator
- All Superinterfaces:
ChannelApplicationLayer.Listener
- Enclosing class:
- ChannelApplicationLayer
public static interface ChannelApplicationLayer.ChannelDecorator
extends ChannelApplicationLayer.Listener
Callback for decorating the
ChannelBuilder before the Channel is created.-
Method Summary
Methods inherited from interface org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.Listener
onChannel
-
Method Details
-
decorate
Decorate theChannelBuilder- Parameters:
builder- theChannelBuilderto decorate- Returns:
- the provided
ChannelBuilderfor method chaining.
-