Uses of Class
hudson.remoting.Capability
Packages that use Capability
-
Uses of Capability in hudson.remoting
Fields in hudson.remoting declared as CapabilityModifier and TypeFieldDescriptionstatic final Capability
Capability.NONE
final Capability
Channel.remoteCapability
Capability of the remoteChannel
.Methods in hudson.remoting that return CapabilityModifier and TypeMethodDescriptionstatic Capability
The inverse oftoASCII()
.ChannelBuilder.getCapability()
abstract Capability
CommandTransport.getRemoteCapability()
Abstraction of the connection hand-shaking.static Capability
Capability.read
(InputStream is) The opposite operation ofwrite(java.io.OutputStream)
.Methods in hudson.remoting with parameters of type CapabilityModifier and TypeMethodDescriptionprotected CommandTransport
ChannelBuilder.makeTransport
(InputStream is, OutputStream os, Channel.Mode mode, Capability cap) Instantiate a transport.ChannelBuilder.withCapability
(Capability capability) Controls the capabilities that we'll advertise to the other side. -
Uses of Capability in org.jenkinsci.remoting.nio
Methods in org.jenkinsci.remoting.nio with parameters of type Capability