Package | Description |
---|---|
hudson.remoting |
Remoting infrastructure for Hudson.
|
org.jenkinsci.remoting.nio |
Modifier and Type | Field and Description |
---|---|
static Capability |
Capability.NONE |
Capability |
Channel.remoteCapability
Capability of the remote
Channel . |
Modifier and Type | Method and Description |
---|---|
static Capability |
Capability.fromASCII(String ascii)
The inverse of
toASCII() . |
Capability |
ChannelBuilder.getCapability() |
abstract Capability |
CommandTransport.getRemoteCapability()
Abstraction of the connection hand-shaking.
|
static Capability |
Capability.read(InputStream is)
The opposite operation of
write(java.io.OutputStream) . |
Modifier and Type | Method and Description |
---|---|
protected CommandTransport |
ChannelBuilder.makeTransport(InputStream is,
OutputStream os,
Channel.Mode mode,
Capability cap)
Instantiate a transport.
|
ChannelBuilder |
ChannelBuilder.withCapability(Capability capability)
Controls the capabilities that we'll advertise to the other side.
|
Modifier and Type | Method and Description |
---|---|
NioChannelBuilder |
NioChannelBuilder.withCapability(Capability capability) |
Copyright © 2004–2022. All rights reserved.