Uses of Interface
org.jenkinsci.remoting.protocol.ProtocolLayer.Recv
Packages that use ProtocolLayer.Recv
-
Uses of ProtocolLayer.Recv in org.jenkinsci.remoting.protocol
Classes in org.jenkinsci.remoting.protocol that implement ProtocolLayer.RecvModifier and TypeClassDescriptionclassThe highestProtocolLayerin aProtocolStack.classAn intermediateProtocolLayerin aProtocolStack. -
Uses of ProtocolLayer.Recv in org.jenkinsci.remoting.protocol.impl
Classes in org.jenkinsci.remoting.protocol.impl that implement ProtocolLayer.RecvModifier and TypeClassDescriptionclassAFilterLayerthat ensures both sides will not proceed unless the acknowledgement has been sent and received by both sides.classAFilterLayerthat sends the AgentProtocol client handshake.classAnApplicationLayerthat produces aChannel.classPerforms the connection header negotiation.classAFilterLayerthat encrypts the communication between the upper layers and the lower layers using the suppliedSSLEngine.