Uses of Interface
org.jenkinsci.remoting.protocol.ProtocolLayer.Send
-
Uses of ProtocolLayer.Send in org.jenkinsci.remoting.protocol
Modifier and TypeClassDescriptionclass
An intermediateProtocolLayer
in aProtocolStack
.class
The lowestProtocolLayer
in aProtocolStack
. -
Uses of ProtocolLayer.Send in org.jenkinsci.remoting.protocol.impl
Modifier 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
Performs the connection header negotiation.class
class
AFilterLayer
that encrypts the communication between the upper layers and the lower layers using the suppliedSSLEngine
.