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