Package | Description |
---|---|
org.jenkinsci.remoting.protocol | |
org.jenkinsci.remoting.protocol.impl |
Modifier and Type | Class and Description |
---|---|
class |
FilterLayer
An intermediate
ProtocolLayer in a ProtocolStack . |
class |
NetworkLayer
The lowest
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 |
BIONetworkLayer
A
NetworkLayer that uses a dedicated reader thread and runs on demand writer thread to manage I/O. |
class |
ConnectionHeadersFilterLayer
Performs the connection header negotiation.
|
class |
NIONetworkLayer
|
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.