| Package | Description |
|---|---|
| org.jenkinsci.remoting.protocol | |
| org.jenkinsci.remoting.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
ProtocolStack.Builder |
ProtocolStack.Builder.filter(FilterLayer filter)
Adds the supplied filter into the
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 |
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–2022. All rights reserved.