| Package | Description |
|---|---|
| org.jenkinsci.remoting.protocol | |
| org.jenkinsci.remoting.protocol.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationLayer<T>
The highest
ProtocolLayer in a ProtocolStack. |
class |
FilterLayer
An intermediate
ProtocolLayer in a ProtocolStack. |
| Modifier and Type | Class and Description |
|---|---|
class |
AckFilterLayer
A
FilterLayer that ensures both sides will not proceed unless the acknowledgement has been sent and
received by both sides. |
class |
AgentProtocolClientFilterLayer
A
FilterLayer that sends the AgentProtocol client handshake. |
class |
ChannelApplicationLayer
An
ApplicationLayer that produces a Channel. |
class |
ConnectionHeadersFilterLayer
Performs the connection header negotiation.
|
class |
SSLEngineFilterLayer
A
FilterLayer that encrypts the communication between the upper layers and the lower layers using
the supplied SSLEngine. |
Copyright © 2004–2020. All rights reserved.