Package | Description |
---|---|
hudson.remoting |
Remoting infrastructure for Hudson.
|
org.jenkinsci.remoting.nio |
Modifier and Type | Method and Description |
---|---|
ChannelBuilder |
ChannelBuilder.withBaseLoader(ClassLoader base)
Specify the classloader used for deserializing remote commands.
|
ChannelBuilder |
ChannelBuilder.withCapability(Capability capability)
Controls the capabilities that we'll advertise to the other side.
|
ChannelBuilder |
ChannelBuilder.withHeaderStream(OutputStream header)
If non-null, receive the portion of data in is before
the data goes into the "binary mode".
|
ChannelBuilder |
ChannelBuilder.withJarCache(JarCache jarCache) |
ChannelBuilder |
ChannelBuilder.withMode(Channel.Mode mode)
The encoding to be used over the stream.
|
ChannelBuilder |
ChannelBuilder.withRestricted(boolean restricted)
If true, this channel won't accept
Command s that allow the remote end to execute arbitrary closures
--- instead they can only call methods on objects that are exported by this channel. |
Modifier and Type | Class and Description |
---|---|
class |
NioChannelBuilder
ChannelBuilder subtype for NioChannelHub . |
Copyright © 2016. All rights reserved.