Uses of Interface
org.jenkinsci.remoting.protocol.ProtocolLayer
Packages that use ProtocolLayer
-
Uses of ProtocolLayer in org.jenkinsci.remoting.protocol
Subinterfaces of ProtocolLayer in org.jenkinsci.remoting.protocolModifier and TypeInterfaceDescriptionstatic interface
Interface to indicate that this layer receives data from lower layers.static interface
Interface to indicate that this layer sends data to lower layers.Classes in org.jenkinsci.remoting.protocol that implement ProtocolLayerModifier and TypeClassDescriptionclass
The highestProtocolLayer
in aProtocolStack
.class
An intermediateProtocolLayer
in aProtocolStack
.class
The lowestProtocolLayer
in aProtocolStack
. -
Uses of ProtocolLayer in org.jenkinsci.remoting.protocol.impl
Classes in org.jenkinsci.remoting.protocol.impl that implement ProtocolLayerModifier and TypeClassDescriptionclass
AFilterLayer
that ensures both sides will not proceed unless the acknowledgement has been sent and received by both sides.class
AFilterLayer
that sends the AgentProtocol client handshake.class
ANetworkLayer
that uses a dedicated reader thread and runs on demand writer thread to manage I/O.class
AnApplicationLayer
that produces aChannel
.class
Performs the connection header negotiation.class
class
AFilterLayer
that encrypts the communication between the upper layers and the lower layers using the suppliedSSLEngine
.