Uses of Class
hudson.remoting.ChannelBuilder
Packages that use ChannelBuilder
Package
Description
Remoting infrastructure for Hudson.
-
Uses of ChannelBuilder in hudson.remoting
Methods in hudson.remoting that return ChannelBuilderModifier and TypeMethodDescriptionChannelBuilder.with
(CallableDecorator decorator) ChannelBuilder.withArbitraryCallableAllowed
(boolean b) If false, this channel only allows the other side to invoke methods on exported objects, but notChannel.call(Callable)
(and its family of methods.) The default istrue
.ChannelBuilder.withBaseLoader
(ClassLoader base) Specify the classloader used for deserializing remote commands.ChannelBuilder.withCapability
(Capability capability) Controls the capabilities that we'll advertise to the other side.ChannelBuilder.withClassFilter
(ClassFilter filter) Replaces theClassFilter
used by the channel.ChannelBuilder.withHeaderStream
(OutputStream header) If non-null, receive the portion of data inis
before the data goes into the "binary mode".ChannelBuilder.withJarCache
(JarCache jarCache) Sets the JAR cache storage.ChannelBuilder.withJarCacheOrDefault
(JarCache jarCache) Sets the JAR cache storage.ChannelBuilder.withMode
(Channel.Mode mode) The encoding to be used over the stream.ChannelBuilder.withoutJarCache()
Resets JAR Cache setting to the default.<T> ChannelBuilder
ChannelBuilder.withProperty
(ChannelProperty<T> key, T value) ChannelBuilder.withProperty
(Object key, Object value) Sets the property.ChannelBuilder.withRemoteClassLoadingAllowed
(boolean b) Controls whether or not this channel is willing to load classes from the other side.ChannelBuilder.withRestricted
(boolean restricted) Deprecated.Control individual features.ChannelBuilder.withRoleChecker
(RoleChecker checker) Installs anotherRoleChecker
.ChannelBuilder.withRoles
(Collection<? extends Role> actual) Convenience method to installRoleChecker
that verifies against the fixed set of roles.Convenience method to installRoleChecker
that verifies against the fixed set of roles.Constructors in hudson.remoting with parameters of type ChannelBuilderModifierConstructorDescriptionprotected
Channel
(ChannelBuilder settings, CommandTransport transport) -
Uses of ChannelBuilder in org.jenkinsci.remoting.engine
Methods in org.jenkinsci.remoting.engine that return ChannelBuilderModifier and TypeMethodDescriptionJnlpConnectionState.getChannelBuilder()
Gets theChannelBuilder
that will be used to create the connection'sChannel
.Methods in org.jenkinsci.remoting.engine with parameters of type ChannelBuilderModifier and TypeMethodDescriptionvoid
JnlpConnectionState.fireBeforeChannel
(ChannelBuilder builder) Advances the connection state to indicate that the channel is about to be created. -
Uses of ChannelBuilder in org.jenkinsci.remoting.nio
Subclasses of ChannelBuilder in org.jenkinsci.remoting.nio -
Uses of ChannelBuilder in org.jenkinsci.remoting.protocol.impl
Methods in org.jenkinsci.remoting.protocol.impl that return ChannelBuilderModifier and TypeMethodDescriptionChannelApplicationLayer.ChannelDecorator.decorate
(ChannelBuilder builder) Decorate theChannelBuilder
ChannelApplicationLayer.decorate
(ChannelBuilder builder) Allows subclasses to decorate theChannelBuilder
Methods in org.jenkinsci.remoting.protocol.impl with parameters of type ChannelBuilderModifier and TypeMethodDescriptionChannelApplicationLayer.ChannelDecorator.decorate
(ChannelBuilder builder) Decorate theChannelBuilder
ChannelApplicationLayer.decorate
(ChannelBuilder builder) Allows subclasses to decorate theChannelBuilder