Uses of Interface
org.jenkinsci.remoting.protocol.ProtocolLayer.Send
Packages that use ProtocolLayer.Send
-
Uses of ProtocolLayer.Send in org.jenkinsci.remoting.protocol
Classes in org.jenkinsci.remoting.protocol that implement ProtocolLayer.SendModifier and TypeClassDescriptionclassAn intermediateProtocolLayerin aProtocolStack.classThe lowestProtocolLayerin aProtocolStack. -
Uses of ProtocolLayer.Send in org.jenkinsci.remoting.protocol.impl
Classes in org.jenkinsci.remoting.protocol.impl that implement ProtocolLayer.SendModifier 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.classANetworkLayerthat uses a dedicated reader thread and runs on demand writer thread to manage I/O.classPerforms the connection header negotiation.classclassAFilterLayerthat encrypts the communication between the upper layers and the lower layers using the suppliedSSLEngine.